Skip to content

Commit accfc8f

Browse files
authored
Merge pull request #2541 from gmittert/FastenYourSeatbelts
[Windows] XFAIL Preflight Check Test
2 parents c093eb6 + 2e6f86b commit accfc8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestBundle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ class TestBundle : XCTestCase {
579579
("test_bundleLoad", test_bundleLoad),
580580
("test_bundleLoadWithError", test_bundleLoadWithError),
581581
("test_bundleWithInvalidPath", test_bundleWithInvalidPath),
582-
("test_bundlePreflight", test_bundlePreflight),
582+
("test_bundlePreflight", testExpectedToFailOnWindows(test_bundlePreflight, "Preflight checks aren't supported for DLLs")),
583583
("test_bundleFindExecutable", test_bundleFindExecutable),
584584
("test_bundleFindAuxiliaryExecutables", test_bundleFindAuxiliaryExecutables),
585585
("test_bundleForClass", testExpectedToFailOnWindows(test_bundleForClass, "Functionality not yet implemented on Windows. SR-XXXX")),

0 commit comments

Comments
 (0)