mirror of
https://github.com/atom/atom.git
synced 2026-01-14 09:27:57 -05:00
Disable flaky spec on Windows until we can identify a proper fix
This commit is contained in:
@@ -1084,6 +1084,8 @@ describe('Project', () => {
|
||||
};
|
||||
|
||||
it('reports filesystem changes within project paths', async () => {
|
||||
if (process.platform === 'win32') return; // Flaky results on Windows: https://github.com/atom/atom/issues/19507
|
||||
|
||||
jasmine.useRealClock();
|
||||
const dirOne = temp.mkdirSync('atom-spec-project-one');
|
||||
const fileOne = path.join(dirOne, 'file-one.txt');
|
||||
|
||||
Reference in New Issue
Block a user