Skip to content

Commit

Permalink
Revert activation of intellisense suite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Dec 26, 2024
1 parent 3b722d6 commit 98b208c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/suites/04_intellisense.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as test from './utils'
import { EnvSnippetType } from '../../src/types'
import { isTriggerSuggestNeeded } from '../../src/completion/completer/macro'

suite('Intellisense test suite', () => {
suite.skip('Intellisense test suite', () => {
test.suite.name = path.basename(__filename).replace('.test.js', '')
test.suite.fixture = 'testground'

Expand Down

0 comments on commit 98b208c

Please sign in to comment.