Skip to content

Commit

Permalink
Fix skip
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Dec 11, 2024
1 parent c5baf8e commit 84675e6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Service from '@ember/service';
import { waitFor, click, findAll } from '@ember/test-helpers';
import GlimmerComponent from '@glimmer/component';

import { module, test } from 'qunit';
import { module, skip } from 'qunit';

import { baseRealm, Loader, type Realm } from '@cardstack/runtime-common';

Expand Down Expand Up @@ -115,7 +115,7 @@ module('Integration | create app module via ai-assistant', function (hooks) {
}

// This doesn’t work when the generator is in experiments instead of catalog
test.skip('it can create a module using a tool call', async function (assert) {
skip('it can create a module using a tool call', async function (assert) {
let { realm } = await setupIntegrationTestRealm({
loader,
contents: {
Expand Down

0 comments on commit 84675e6

Please sign in to comment.