diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-13 14:42:33 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2025-02-15 13:38:43 +0100 |
| commit | a50953c1b96bf2c7b2c5bd7411f11fbcf67e8aeb (patch) | |
| tree | ee0c8b1ad7f9975099e524bc0ca880b4f1c0a068 | |
| parent | 0841f6e9dc3fa7f6be2b2c59f52a68988e4dda5a (diff) | |
| download | rust-a50953c1b96bf2c7b2c5bd7411f11fbcf67e8aeb.tar.gz rust-a50953c1b96bf2c7b2c5bd7411f11fbcf67e8aeb.zip | |
Disable mandatory annotations for `ui-internals` tests for now until we find a solution for `tests/ui-internal/custom_ice_message.rs`
| -rw-r--r-- | tests/compile-test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compile-test.rs b/tests/compile-test.rs index 8d725d743db..837096d0062 100644 --- a/tests/compile-test.rs +++ b/tests/compile-test.rs @@ -220,7 +220,7 @@ fn run_internal_tests(cx: &TestContext) { if !RUN_INTERNAL_TESTS { return; } - let mut config = cx.base_config("ui-internal", true); + let mut config = cx.base_config("ui-internal", false); config.bless_command = Some("cargo uitest --features internal -- -- --bless".into()); ui_test::run_tests_generic( |
