Skip to content

Commit 106a27c

Browse files
authored
Disable test_emcc_sourcemap_options on windows. NFC (#23929)
This test was recently add in #23741 but currently fails on windows.
1 parent da0ae80 commit 106a27c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_other.py

+2
Original file line numberDiff line numberDiff line change
@@ -10475,6 +10475,8 @@ def test_wasm_sourcemap(self, sources, prefix, load_prefix, basepath):
1047510475
], 0),
1047610476
'sources': ([], 1)
1047710477
})
10478+
@crossplatform
10479+
@no_windows('https://github.com/emscripten-core/emscripten/pull/23741#issuecomment-2725574867')
1047810480
def test_emcc_sourcemap_options(self, prefixes, sources):
1047910481
wasm_sourcemap = importlib.import_module('tools.wasm-sourcemap')
1048010482
cwd = os.getcwd()

0 commit comments

Comments
 (0)