Skip to content

Commit c799949

Browse files
committed
Run swift testing in series
1 parent a968ce9 commit c799949

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Tests/App/ClientEvents/LocationHistoryListViewSnapshot.test.swift

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import SharedTesting
33
import Testing
44

5+
@Suite(.serialized)
56
struct LocationHistoryListViewSnapshotTests {
67
@available(iOS 18, *)
78
@MainActor @Test func snapshots() {

Tests/App/MagicItem/MagicItemProviderTests.swift

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@testable import Shared
22
import Testing
33

4+
@Suite(.serialized)
45
struct MagicItemProviderTests {
56
private var sut: MagicItemProvider
67

Tests/Widgets/WidgetsSnapshot.test.swift

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import SharedTesting
55
import Testing
66
import WidgetKit
77

8+
@Suite(.serialized)
89
struct WidgetsSnapshotTests {
910
@available(iOS 18, *)
1011
@MainActor @Test func systemLargeSnapshots() {

0 commit comments

Comments
 (0)