We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ui-internals
tests/ui-internal/custom_ice_message.rs
1 parent 0841f6e commit a50953cCopy full SHA for a50953c
tests/compile-test.rs
@@ -220,7 +220,7 @@ fn run_internal_tests(cx: &TestContext) {
220
if !RUN_INTERNAL_TESTS {
221
return;
222
}
223
- let mut config = cx.base_config("ui-internal", true);
+ let mut config = cx.base_config("ui-internal", false);
224
config.bless_command = Some("cargo uitest --features internal -- -- --bless".into());
225
226
ui_test::run_tests_generic(
0 commit comments