Revert "Disable flaky spec on Windows until we can identify a proper fix"

This reverts commit a0742f8e9d.

As of 8734f66aab, we're now using the nsfw fixes from
https://github.com/atom/nsfw/pull/9, which should resolve the flakiness
we were seeing on Windows.
This commit is contained in:
Jason Rudolph 2019-06-14 11:20:37 -04:00
parent 8734f66aab
commit 44cad8f586
No known key found for this signature in database
GPG Key ID: B760F197E561DF15

View File

@ -1084,8 +1084,6 @@ 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');