diff --git a/Tests/ParseSwiftTests/ParseInstallationCombineTests.swift b/Tests/ParseSwiftTests/ParseInstallationCombineTests.swift index e1143e211..a97cc700b 100644 --- a/Tests/ParseSwiftTests/ParseInstallationCombineTests.swift +++ b/Tests/ParseSwiftTests/ParseInstallationCombineTests.swift @@ -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 @@ -1091,3 +1091,4 @@ class ParseInstallationCombineTests: XCTestCase { // swiftlint:disable:this type } #endif +#endif diff --git a/Tests/ParseSwiftTests/ParseInstallationTests.swift b/Tests/ParseSwiftTests/ParseInstallationTests.swift index 3650fe6aa..dd53e2cb0 100644 --- a/Tests/ParseSwiftTests/ParseInstallationTests.swift +++ b/Tests/ParseSwiftTests/ParseInstallationTests.swift @@ -6,6 +6,7 @@ // Copyright © 2020 Network Reconnaissance Lab. All rights reserved. // +#if !os(Windows) import Foundation #if canImport(FoundationNetworking) import FoundationNetworking @@ -1848,3 +1849,4 @@ class ParseInstallationTests: XCTestCase { // swiftlint:disable:this type_body_l try await installation.delete(options: [.usePrimaryKey]) } } +#endif