Skip to content

Commit a50953c

Browse files
Disable mandatory annotations for ui-internals tests for now until we find a solution for tests/ui-internal/custom_ice_message.rs
1 parent 0841f6e commit a50953c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ fn run_internal_tests(cx: &TestContext) {
220220
if !RUN_INTERNAL_TESTS {
221221
return;
222222
}
223-
let mut config = cx.base_config("ui-internal", true);
223+
let mut config = cx.base_config("ui-internal", false);
224224
config.bless_command = Some("cargo uitest --features internal -- -- --bless".into());
225225

226226
ui_test::run_tests_generic(

0 commit comments

Comments
 (0)