We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eba5c1 commit 5b22143Copy full SHA for 5b22143
vscode/extension/tests/quickfix.spec.ts
@@ -8,7 +8,7 @@ import {
8
import { test, expect } from './fixtures'
9
import { createPythonInterpreterSettingsSpecifier } from './utils_code_server'
10
11
-test.fixme(
+test(
12
'noselectstar quickfix',
13
async ({ page, sharedCodeServer, tempDir }) => {
14
await fs.copy(SUSHI_SOURCE_PATH, tempDir)
0 commit comments