Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit f8c7502

Browse files
committed
Do not run compose local e2e tests on windows GHA nodes for now (buildkit failing with failed to mount C:\ProgramData\docker\tmp\buildkit-mount370086869: [{Type:bind Source:C:\ProgramData\docker\windowsfilter\y3952h88q6ikevun9li41hjcb Options:[rbind ro]}]: invalid windows mount type: 'bind’).
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent 0a0bc53 commit f8c7502

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ e2e-local: ## Run End to end local tests. Set E2E_TEST=TestName to run a single
4747
go test -count=1 -v $(TEST_FLAGS) ./tests/e2e ./tests/compose-e2e ./tests/skip-win-ci-e2e ./local/e2e
4848

4949
e2e-win-ci: ## Run end to end local tests on Windows CI, no Docker for Linux containers available ATM. Set E2E_TEST=TestName to run a single test
50-
go test -count=1 -v $(TEST_FLAGS) ./tests/e2e ./tests/compose-e2e
50+
go test -count=1 -v $(TEST_FLAGS) ./tests/e2e
5151

5252
e2e-aci: ## Run End to end ACI tests. Set E2E_TEST=TestName to run a single test
5353
go test -count=1 -v $(TEST_FLAGS) ./tests/aci-e2e

0 commit comments

Comments
 (0)