@@ -33,7 +33,6 @@ mod compute {
3333 . inspect_err ( anydump)
3434 }
3535
36- #[ ignore = "TODO(#4894) - disabled because it was flaky" ]
3736 #[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
3837 async fn run_compute_lro_errors ( ) -> anyhow:: Result < ( ) > {
3938 let _guard = enable_tracing ( ) ;
@@ -42,7 +41,6 @@ mod compute {
4241 . inspect_err ( anydump)
4342 }
4443
45- #[ ignore = "TODO(#4894) - disabled because it was flaky" ]
4644 #[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
4745 async fn run_compute_machine_types ( ) -> anyhow:: Result < ( ) > {
4846 let _guard = enable_tracing ( ) ;
@@ -51,7 +49,6 @@ mod compute {
5149 . inspect_err ( anydump)
5250 }
5351
54- #[ ignore = "TODO(#4894) - disabled because it was flaky" ]
5552 #[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
5653 async fn run_compute_images ( ) -> anyhow:: Result < ( ) > {
5754 let _guard = enable_tracing ( ) ;
@@ -60,7 +57,6 @@ mod compute {
6057 . inspect_err ( anydump)
6158 }
6259
63- #[ ignore = "TODO(#4894) - disabled because it was flaky" ]
6460 #[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
6561 async fn run_compute_instances ( ) -> anyhow:: Result < ( ) > {
6662 let _guard = enable_tracing ( ) ;
@@ -69,7 +65,6 @@ mod compute {
6965 . inspect_err ( anydump)
7066 }
7167
72- #[ ignore = "TODO(#3691) - disabled because it was flaky" ]
7368 #[ tokio:: test( flavor = "multi_thread" , worker_threads = 1 ) ]
7469 async fn run_compute_region_instances ( ) -> anyhow:: Result < ( ) > {
7570 let _guard = enable_tracing ( ) ;
0 commit comments