Skip to content

Commit 0ef4bb2

Browse files
authored
host: Remove flaky preview panel test (#2306)
1 parent e4f19c8 commit 0ef4bb2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/host/tests/acceptance/code-submode-test.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111

1212
import window from 'ember-window-mock';
1313
import * as MonacoSDK from 'monaco-editor';
14-
import { module, test } from 'qunit';
14+
import { module, skip, test } from 'qunit';
1515

1616
import stringify from 'safe-stable-stringify';
1717

@@ -1406,7 +1406,8 @@ module('Acceptance | code submode tests', function (_hooks) {
14061406
);
14071407
});
14081408

1409-
test('updates values in preview panel must be represented in editor panel', async function (assert) {
1409+
// TODO: restore in CS-8200
1410+
skip('updates values in preview panel must be represented in editor panel', async function (assert) {
14101411
await visitOperatorMode({
14111412
submode: 'code',
14121413
codePath: `${testRealmURL}Person/fadhlan.json`,

0 commit comments

Comments
 (0)