Skip to content

Commit 3898221

Browse files
committed
remove: commented
1 parent 694c169 commit 3898221

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/e2e/extension.test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ suite("System Performance Extension E2E Tests", () => {
147147
test("Status bar configuration should work", async () => {
148148
const config = vscode.workspace.getConfiguration("systemGraph");
149149

150-
// First, ensure we start with a known state
151150
await config.update(
152151
"statusBarEnabled",
153152
true,
@@ -162,10 +161,8 @@ suite("System Performance Extension E2E Tests", () => {
162161
vscode.ConfigurationTarget.Global
163162
);
164163

165-
// Wait longer for configuration to propagate
166164
await new Promise((resolve) => setTimeout(resolve, 2000));
167165

168-
// Get fresh config instance to ensure we have latest values
169166
const freshConfig = vscode.workspace.getConfiguration("systemGraph");
170167
const updatedValue = freshConfig.get("statusBarEnabled");
171168

0 commit comments

Comments
 (0)