From 5f19ccdca5c255a1ba569209a32e6a1dc2c9a760 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Thu, 25 Jun 2026 12:26:13 +0900 Subject: test: un-ignore tests that already pass Co-Authored-By: Claude Opus 4.8 (1M context) --- crates/shirabe/tests/application_test.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/shirabe/tests/application_test.rs') diff --git a/crates/shirabe/tests/application_test.rs b/crates/shirabe/tests/application_test.rs index 7a2a751..5a34316 100644 --- a/crates/shirabe/tests/application_test.rs +++ b/crates/shirabe/tests/application_test.rs @@ -76,7 +76,6 @@ fn test_dev_warning_suppressed_for_self_update() { ); } -#[ignore] #[test] fn test_process_isolation_works_multiple_times() { let _tear_down = TearDown; -- cgit v1.3.1