Skip to content

Commit 53925bf

Browse files
authored
Move CodeLLDB XCTest case to nightly (#1330)
This test case seems to get stuck frequently on swift 5.10 now. Move it to nightly for now so that we can avoid creating false positives. Issue: #1317
1 parent 5a3bb7c commit 53925bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration-tests/testexplorer/TestExplorerIntegration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ suite("Test Explorer Suite", function () {
162162
}
163163
});
164164

165-
test("Debugs specified XCTest test", async function () {
165+
test("Debugs specified XCTest test @slow", async function () {
166166
// CodeLLDB tests stall out on 5.9 and below.
167167
if (workspaceContext.swiftVersion.isLessThan(new Version(5, 10, 0))) {
168168
this.skip();

0 commit comments

Comments
 (0)