Skip to content

Commit

Permalink
Merge pull request #239538 from microsoft/tyriar/239532
Browse files Browse the repository at this point in the history
Disable failing test temporarily
  • Loading branch information
Tyriar authored Feb 3, 2025
2 parents 81cbef2 + 1d7bbf4 commit 7e6c159
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ suite('SimpleCompletionModel', function () {
assertItems(createFolderItemsModel(...initial), expected);
});

test('should handle many files and folders correctly', function () {
// #239532 Failing on CI not locally?
test.skip('should handle many files and folders correctly', function () {
// This is VS Code's root directory with some python items added that have special
// sorting
const items = [
Expand Down

0 comments on commit 7e6c159

Please sign in to comment.