Skip to content

Commit

Permalink
Revert "DEV: Skip flaky QUnit tests (#22847)" (#22850)
Browse files Browse the repository at this point in the history
This reverts commit 26fc5d2.

Flaky test has been fixed in e7208ab
  • Loading branch information
tgxworld committed Jul 28, 2023
1 parent 383f48c commit 672f3e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { module, skip, test } from "qunit";
import { module, test } from "qunit";
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
import { render } from "@ember/test-helpers";
import { hbs } from "ember-cli-htmlbars";
Expand Down Expand Up @@ -43,7 +43,7 @@ module(

let model;

skip("renders passed json model object into string in the ace editor", async function (assert) {
test("renders passed json model object into string in the ace editor", async function (assert) {
await render(hbs`<ThemeSettingsEditor @model={{hash
model=(hash
settings=(array
Expand Down

0 comments on commit 672f3e7

Please sign in to comment.