Skip to content

Commit

Permalink
test: fix problemsView test for VS Code 1.93.x
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Jelinek <[email protected]>
  • Loading branch information
djelinek committed Sep 11, 2024
1 parent 53d4779 commit 9139cc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test-project/src/test/bottomBar/problemsView.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ describe('ProblemsView', function () {
await view.getDriver().wait(() => {
return problemsExist(view);
}, 15000);

await view.setFilter('!test-resources/**'); // to workaround linux issues on CI occurring from VS COde 1.93.0
await view.getDriver().sleep(500);
});

after(async function () {
Expand Down

0 comments on commit 9139cc9

Please sign in to comment.