Skip to content

Commit

Permalink
another test update
Browse files Browse the repository at this point in the history
  • Loading branch information
bsneed committed May 15, 2024
1 parent a9e490e commit 2d0ad80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Segment-Tests/Analytics_Tests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ final class Analytics_Tests: XCTestCase {
}

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

0 comments on commit 2d0ad80

Please sign in to comment.