Skip to content

Commit d699a2b

Browse files
committed
do not run windows tests
It seems windows tests need a big github runner which we do not have currently. We therefore disable the windows tests.
1 parent 475932b commit d699a2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ jobs:
208208
find $(go env GOCACHE) -type f -mmin +90 -delete
209209
210210
windows:
211+
# we disable the windows tests as we don't have a big enough runner
212+
if: false
211213
# windows-8vpu is a 2022 GitHub-managed runner in our
212214
# org with 8 cores and 32 GB of RAM:
213215
# https://github.com/organizations/tailscale/settings/actions/github-hosted-runners/1
@@ -901,7 +903,6 @@ jobs:
901903
needs:
902904
- check_mergeability_strict
903905
- test
904-
- windows
905906
- vm
906907
- wasm
907908
- fuzz

0 commit comments

Comments
 (0)