File tree 1 file changed +3
-5
lines changed
packages/host/tests/integration/components
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import GlimmerComponent from '@glimmer/component';
3
3
4
4
import { setupRenderingTest } from ' ember-qunit' ;
5
5
import { setupWindowMock } from ' ember-window-mock/test-support' ;
6
- import { module , test , skip } from ' qunit' ;
6
+ import { module , test } from ' qunit' ;
7
7
8
8
import { baseRealm } from ' @cardstack/runtime-common' ;
9
9
import { Loader } from ' @cardstack/runtime-common/loader' ;
@@ -607,8 +607,7 @@ module('Integration | card-delete', function (hooks) {
607
607
assert .strictEqual (notFound , undefined , ' file ref does not exist' );
608
608
});
609
609
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 ) {
612
611
assert .expect (6 );
613
612
let expectedEvents = [
614
613
{
@@ -676,8 +675,7 @@ module('Integration | card-delete', function (hooks) {
676
675
.doesNotExist (' recent item removed' );
677
676
});
678
677
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 ) {
681
679
assert .expect (6 );
682
680
let expectedEvents = [
683
681
{
You can’t perform that action at this time.
0 commit comments