Skip to content

Commit 9082628

Browse files
committed
Disable modified tests on linux
1 parent 7696b09 commit 9082628

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/ParseSwiftTests/ParseQueryTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2924,6 +2924,7 @@ class ParseQueryTests: XCTestCase { // swiftlint:disable:this type_body_length
29242924
}
29252925
}
29262926

2927+
#if !os(Linux) && !os(Android) && !os(Windows)
29272928
// swiftlint:disable:next function_body_length
29282929
func testWhereKeyWithinPolygonPoints() throws {
29292930
// swiftlint:disable:next line_length
@@ -2949,6 +2950,7 @@ class ParseQueryTests: XCTestCase { // swiftlint:disable:this type_body_length
29492950
let query = GameScore.query(constraint)
29502951
XCTAssertEqual(query.where.description, expected)
29512952
}
2953+
#endif
29522954

29532955
func testWhereKeyPolygonContains() throws {
29542956
let expected: [String: AnyCodable] = [

0 commit comments

Comments
 (0)