Skip to content

Commit

Permalink
test not running installation tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaker6 committed Sep 1, 2024
1 parent 4b9f167 commit 85aa47b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/ParseSwiftTests/ParseInstallationCombineTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// Created by Corey Baker on 1/30/21.
// Copyright © 2021 Network Reconnaissance Lab. All rights reserved.
//

#if !os(Windows)
#if canImport(Combine)

import Foundation
Expand Down Expand Up @@ -1091,3 +1091,4 @@ class ParseInstallationCombineTests: XCTestCase { // swiftlint:disable:this type
}

#endif
#endif
2 changes: 2 additions & 0 deletions Tests/ParseSwiftTests/ParseInstallationTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// Copyright © 2020 Network Reconnaissance Lab. All rights reserved.
//

#if !os(Windows)
import Foundation
#if canImport(FoundationNetworking)
import FoundationNetworking
Expand Down Expand Up @@ -1848,3 +1849,4 @@ class ParseInstallationTests: XCTestCase { // swiftlint:disable:this type_body_l
try await installation.delete(options: [.usePrimaryKey])
}
}
#endif

0 comments on commit 85aa47b

Please sign in to comment.