You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test includes additional folders in SwiftTaskProvider.tests.ts failed recently on an unrelated change to iconography. We should investigate why this test is flaky.
1) SwiftTaskProvider Test Suite
provideTasks
includes additional folders:
AssertionError: expected [ df{ k: false, l: { …(6) }, …(12) } ] to have a length of 3 but got 1
+ expected - actual
-1
+3
at Context.<anonymous> (d:\a\vscode-swift\vscode-swift\test\integration-tests\tasks\SwiftTaskProvider.test.ts:168:45)
The text was updated successfully, but these errors were encountered:
The test
includes additional folders
inSwiftTaskProvider.tests.ts
failed recently on an unrelated change to iconography. We should investigate why this test is flaky.The text was updated successfully, but these errors were encountered: