Disable VS tests that fail randomly (#10895)

This commit is contained in:
Charles Gagnon
2020-06-12 17:06:45 -07:00
committed by GitHub
parent 70f65f45b5
commit 233646330e

View File

@@ -118,7 +118,7 @@ export class TestDiskFileSystemProvider extends DiskFileSystemProvider {
}
}
suite('Disk File Service', function () {
suite.skip('Disk File Service', function () { // {{SQL CARBON EDIT}} Disable occasionally failing tests
const parentDir = getRandomTestPath(tmpdir(), 'vsctests', 'diskfileservice');
const testSchema = 'test';