Skip to content

Commit 6c3fb79

Browse files
committed
Remove WASI test temporary
1 parent ffa4d49 commit 6c3fb79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/suite/binary.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ suite('Binary Test Suite', () => {
1919
vscode.window.showInformationMessage('All binary tests done!');
2020
});
2121

22-
test('Check wasm binary', () => {
23-
assert.ok(doesBinaryExist("shader_language_server.wasm"));
24-
});
22+
//test('Check wasm binary', () => {
23+
// assert.ok(doesBinaryExist("shader_language_server.wasm"));
24+
//});
2525
test('Check windows binary', () => {
2626
assert.ok(doesBinaryExist("shader_language_server.exe"));
2727
});

0 commit comments

Comments
 (0)