Skip to content

Commit 2d0ad80

Browse files
committed
another test update
1 parent a9e490e commit 2d0ad80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Segment-Tests/Analytics_Tests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ final class Analytics_Tests: XCTestCase {
840840
}
841841

842842
// Linux doesn't know what URLProtocol is and on watchOS it somehow works differently and isn't hit.
843-
#if !os(Linux) && !os(watchOS)
843+
#if !os(Linux) && !os(watchOS) && !os(Windows)
844844
func testFailedSegmentResponse() throws {
845845
//register our network blocker (returns 400 response)
846846
guard URLProtocol.registerClass(FailedNetworkCalls.self) else {

0 commit comments

Comments
 (0)