Skip to content

Commit f45caf8

Browse files
authored
skip vscode tests (#743)
1 parent aa212c7 commit f45caf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/vscode/__tests__/smoketest-ember.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { describe, afterEach, test } from 'mocha';
1616
import { expect } from 'expect';
1717
import { waitUntil } from './helpers/async';
1818

19-
describe('Smoke test: Ember', () => {
19+
describe.skip('Smoke test: Ember', () => {
2020
const rootDir = path.resolve(__dirname, '../../__fixtures__/ember-app');
2121

2222
afterEach(async () => {

packages/vscode/__tests__/smoketest-template-imports.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { describe, afterEach, test } from 'mocha';
1414
import { expect } from 'expect';
1515
import { waitUntil } from './helpers/async';
1616

17-
describe('Smoke test: ETI Environment', () => {
17+
describe.skip('Smoke test: ETI Environment', () => {
1818
const rootDir = path.resolve(__dirname, '../../__fixtures__/template-imports-app');
1919

2020
afterEach(async () => {

0 commit comments

Comments
 (0)