Skip to content

Commit 7b5748b

Browse files
committed
Add some skips for Windows runner
To address later. Signed-off-by: Mats Wichmann <[email protected]>
1 parent 0b5d1fa commit 7b5748b

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

.github/workflows/runtest-win.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: runtest
3333
run: |
34-
python runtest.py --all --time --jobs=4
34+
python runtest.py --all --exclude-list=windows_ci_skip.txt --time --jobs=4
3535
3636
- name: Archive Failed tests
3737
uses: actions/[email protected]

windows_ci_skip.txt

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# temporarily skip this in GitHub Windows runner
2+
test/CPPDEFINES/pkg-config.py
3+
test/Interactive/added-include.py
4+
test/Interactive/Alias.py
5+
test/Interactive/basic.py
6+
test/Interactive/cache-debug.py
7+
test/Interactive/cache-disable.py
8+
test/Interactive/cache-force.py
9+
test/Interactive/cache-show.py
10+
test/Interactive/clean.py
11+
test/Interactive/configure.py
12+
test/Interactive/Default-None.py
13+
test/Interactive/Default.py
14+
test/Interactive/exit.py
15+
test/Interactive/failure.py
16+
test/Interactive/help.py
17+
test/Interactive/implicit-VariantDir.py
18+
test/Interactive/option--Q.py
19+
test/Interactive/option-i.py
20+
test/Interactive/option-j.py
21+
test/Interactive/option-k.py
22+
test/Interactive/option-n.py
23+
test/Interactive/option-s.py
24+
test/Interactive/repeat-line.py
25+
test/Interactive/shell.py
26+
test/Interactive/tree.py
27+
test/Interactive/unknown-command.py
28+
test/Interactive/variant_dir.py
29+
test/MSVC/msvc.py
30+
test/packaging/msi/explicit-target.py
31+
test/packaging/msi/file-placement.py
32+
test/packaging/msi/package.py
33+
test/packaging/tar/xz_packaging.py
34+
test/scons-time/run/config/python.py
35+
test/scons-time/run/option/python.py
36+
test/scons-time/run/option/quiet.py
37+
test/scons-time/run/option/verbose.py
38+
test/sconsign/script/no-SConsignFile.py
39+
test/sconsign/script/SConsignFile.py
40+
test/sconsign/script/Signatures.py
41+

0 commit comments

Comments
 (0)