From 6fa925c891a147e4868044ec55c3be2a50b9b78c Mon Sep 17 00:00:00 2001 From: Filip Pospisil Date: Mon, 6 Jan 2025 17:45:12 +0100 Subject: [PATCH] fix failing pipelineL --- src/ui-test/bottomBar.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {