diff --git a/src/ui-test/bottomBar.test.ts b/src/ui-test/bottomBar.test.ts index 0daf725..df78fca 100644 --- a/src/ui-test/bottomBar.test.ts +++ b/src/ui-test/bottomBar.test.ts @@ -20,7 +20,7 @@ import * as path from 'path'; import { expect } from 'chai'; // Sample tests using the Bottom Bar, the panel that houses the terminal, output, problems, etc. -describe('Bottom Bar Example Tests', function () { +describe.only('Bottom Bar Example Tests', function () { let bottomBar: BottomBarPanel; before(async function () {