From ec9102618c74c9e38106f94336965d235625918a Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Tue, 18 Nov 2025 14:03:23 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20RealShellTest=20runs=20.serialized?= =?UTF-8?q?=20tests=20(for=20timing)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/unit/Testables/Shell/RealShellTest.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/Testables/Shell/RealShellTest.swift b/tests/unit/Testables/Shell/RealShellTest.swift index 96f231ce..e4656652 100644 --- a/tests/unit/Testables/Shell/RealShellTest.swift +++ b/tests/unit/Testables/Shell/RealShellTest.swift @@ -9,6 +9,7 @@ import Testing import Foundation +@Suite(.serialized) struct RealShellTest { var container: Container