Skip to content

Commit c95bd34

Browse files
habdelraLucas
authored and
Lucas
committed
unskip flaky tests related to SSE test assertion timeout
1 parent 6f82ecd commit c95bd34

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

packages/host/tests/integration/components/card-delete-test.gts

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import GlimmerComponent from '@glimmer/component';
33

44
import { setupRenderingTest } from 'ember-qunit';
55
import { setupWindowMock } from 'ember-window-mock/test-support';
6-
import { module, test, skip } from 'qunit';
6+
import { module, test } from 'qunit';
77

88
import { baseRealm } from '@cardstack/runtime-common';
99
import { Loader } from '@cardstack/runtime-common/loader';
@@ -607,8 +607,7 @@ module('Integration | card-delete', function (hooks) {
607607
assert.strictEqual(notFound, undefined, 'file ref does not exist');
608608
});
609609

610-
// Flaky test: CS-6843
611-
skip<TestContextWithSSE>('can delete a card that is a recent item', async function (assert) {
610+
test<TestContextWithSSE>('can delete a card that is a recent item', async function (assert) {
612611
assert.expect(6);
613612
let expectedEvents = [
614613
{
@@ -676,8 +675,7 @@ module('Integration | card-delete', function (hooks) {
676675
.doesNotExist('recent item removed');
677676
});
678677

679-
// Flaky test: CS-6843
680-
skip<TestContextWithSSE>('can delete a card that is a selected item', async function (assert) {
678+
test<TestContextWithSSE>('can delete a card that is a selected item', async function (assert) {
681679
assert.expect(6);
682680
let expectedEvents = [
683681
{

0 commit comments

Comments
 (0)