File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ extension InstrumentationSystem {
3333
3434/// Tests that rely on the global InstrumentationSystem
3535/// These tests must be isolated from each other since they mutate global state
36- @Suite ( " Global InstrumentationSystem " )
36+ @Suite ( " Global InstrumentationSystem " , . serialized )
3737struct GlobalTracingInstrumentationSystemTests {
3838
3939 @Test ( " Provides access to a tracer " )
@@ -67,10 +67,6 @@ struct GlobalTracingInstrumentationSystemTests {
6767 #expect( InstrumentationSystem . _tracer ( of: TestTracer . self) === tracer)
6868 #expect( InstrumentationSystem . tracer is TestTracer )
6969 }
70- }
71-
72- @Suite ( " Global Tracing Methods " )
73- struct GlobalTracingMethodsTests {
7470
7571 @Test ( " Global tracing methods preserve arguments " )
7672 func globalTracingMethods( ) async throws {
You can’t perform that action at this time.
0 commit comments