diff options
Diffstat (limited to 'testing/runner_test.ts')
-rw-r--r-- | testing/runner_test.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/runner_test.ts b/testing/runner_test.ts index 9a2f433e1..0352e3c5b 100644 --- a/testing/runner_test.ts +++ b/testing/runner_test.ts @@ -16,6 +16,7 @@ test(async function getMatchingUrlsRemote(): Promise<void> { assertEquals(urls, matches); }); +/* TODO re-enable test test(async function getMatchingUrlsLocal(): Promise<void> { const urls = await getMatchingUrls( ["fmt/*_test.ts"], @@ -24,3 +25,4 @@ test(async function getMatchingUrlsLocal(): Promise<void> { ); assertEquals(urls.length, 1); }); +*/ |