Skip to content

Commit

Permalink
Re-enable skipped test
Browse files Browse the repository at this point in the history
Part of #239532
  • Loading branch information
Tyriar committed Feb 3, 2025
1 parent f424447 commit 7775bb6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ suite('SimpleCompletionModel', function () {
assertItems(createFolderItemsModel(...initial), expected);
});

// #239532 Failing on CI not locally?
test.skip('should handle many files and folders correctly', function () {
test('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 7775bb6

Please sign in to comment.