Skip to content

Commit

Permalink
remove test only
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Jan 26, 2024
1 parent 810faef commit ff14ef1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ suite('DataViewer @webview', function () {
await vscode.commands.executeCommand('workbench.debug.viewlet.action.removeAllBreakpoints');
});
// Start debugging using the python extension
test.only('Open from Python debug variables', async () => {
test('Open from Python debug variables', async () => {
// First off, open up our python test file and make sure editor and groups are how we want them
const textDocument = await openFile(testPythonFile);

Expand Down

0 comments on commit ff14ef1

Please sign in to comment.