mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 20:12:23 +01:00
file watcher - skip flaky tests (win, linux) (#212416)
This commit is contained in:
@@ -743,7 +743,7 @@ export class TestParcelWatcher extends ParcelWatcher {
|
||||
await testCorrelatedWatchFolderDoesNotExist(false);
|
||||
});
|
||||
|
||||
test('correlated watch requests support suspend/resume (folder, does not exist in beginning, reusing watcher)', async () => {
|
||||
(!isMacintosh /* Linux/Windows: times out for some reason */ ? test.skip : test)('correlated watch requests support suspend/resume (folder, does not exist in beginning, reusing watcher)', async () => {
|
||||
await testCorrelatedWatchFolderDoesNotExist(true);
|
||||
});
|
||||
|
||||
@@ -798,7 +798,7 @@ export class TestParcelWatcher extends ParcelWatcher {
|
||||
await testCorrelatedWatchFolderExists(false);
|
||||
});
|
||||
|
||||
test('correlated watch requests support suspend/resume (folder, exist in beginning, reusing watcher)', async () => {
|
||||
(!isMacintosh /* Linux/Windows: times out for some reason */ ? test.skip : test)('correlated watch requests support suspend/resume (folder, exist in beginning, reusing watcher)', async () => {
|
||||
await testCorrelatedWatchFolderExists(true);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user