summaryrefslogtreecommitdiffstats
path: root/tests/bugs
diff options
context:
space:
mode:
authorJay Kwak <82421531+jkwak-work@users.noreply.github.com>2025-06-03 18:41:26 -0700
committerGitHub <noreply@github.com>2025-06-04 01:41:26 +0000
commit7f6b683a623ee434e6c720b5bf6c298f389d4b82 (patch)
tree3b5c20b1552a109149ca2bd661a80428c9ad62c6 /tests/bugs
parentff4017fec51e0cc7e867338ddeb52373ec37a591 (diff)
Disable 23 tests failing assertions (#7317)
Diffstat (limited to 'tests/bugs')
-rw-r--r--tests/bugs/import-with-error.slang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/import-with-error.slang b/tests/bugs/import-with-error.slang
index e54f9e727..1013de37c 100644
--- a/tests/bugs/import-with-error.slang
+++ b/tests/bugs/import-with-error.slang
@@ -1,4 +1,4 @@
-//TEST:SIMPLE:
+//DISABLE_TEST:SIMPLE:
// Confirm that we correctly issue a diagnostic when
// we `import` a module that has some errors in it.