mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-07 09:35:41 -05:00
Disable broken tests (#18793)
This commit is contained in:
@@ -170,7 +170,8 @@ suite('File Service', () => {
|
||||
service.dispose();
|
||||
});
|
||||
|
||||
test('watch: explicit watched resources have preference over implicit and do not get throttled', async () => {
|
||||
// {{SQL CARBON EDIT}} Temporarily disable while investigating why these fail when ran with code coverage
|
||||
test.skip('watch: explicit watched resources have preference over implicit and do not get throttled', async () => {
|
||||
const service = new FileService(new NullLogService());
|
||||
|
||||
const provider = new NullFileSystemProvider();
|
||||
|
||||
Reference in New Issue
Block a user