diff --git a/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts b/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts index cceb1ecfe3e..69970f4f193 100644 --- a/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts +++ b/src/vs/workbench/contrib/testing/browser/testingExplorerView.ts @@ -1394,12 +1394,6 @@ const getActionableElementActions = ( ], [ TestingContextKeys.supportsContinuousRun.key, supportsCr, - ], [ - TestingContextKeys.controllerId.key, - test.controllerId, - ], [ - TestingContextKeys.testItemExtId.key, - test.item.extId, ]); }