Revert "feat(GODT-2749): manual windows-test."

This reverts commit 650158ea8a.
This commit is contained in:
Leander Beernaert
2023-06-29 13:31:21 +02:00
parent 4352154b84
commit 1eab3296d1

View File

@ -156,7 +156,6 @@ test-windows:
extends:
- .env-windows
- .script-test
- .rules-branch-and-MR-manual
test-darwin:
extends:
@ -172,7 +171,7 @@ test-coverage:
coverage: '/total:.*\(statements\).*\d+\.\d+%/'
needs:
- test-linux
#- test-windows
- test-windows
- test-darwin
- test-integration
tags: