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

This reverts commit 650158ea8a.

The issue has that was causing the problem has been addressed.
This commit is contained in:
Leander Beernaert 2023-07-11 16:07:11 +02:00
parent e34050282e
commit 42178806d1
1 changed files with 1 additions and 2 deletions

View File

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