We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e490e commit 2d0ad80Copy full SHA for 2d0ad80
Tests/Segment-Tests/Analytics_Tests.swift
@@ -840,7 +840,7 @@ final class Analytics_Tests: XCTestCase {
840
}
841
842
// Linux doesn't know what URLProtocol is and on watchOS it somehow works differently and isn't hit.
843
- #if !os(Linux) && !os(watchOS)
+ #if !os(Linux) && !os(watchOS) && !os(Windows)
844
func testFailedSegmentResponse() throws {
845
//register our network blocker (returns 400 response)
846
guard URLProtocol.registerClass(FailedNetworkCalls.self) else {
0 commit comments