mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 12:00:53 +08:00
DEV: Skip flaky QUnit tests (#22847)
See https://github.com/discourse/discourse/actions/runs/5683868303/job/15405355263 and https://github.com/discourse/discourse/actions/runs/5684998320/job/15408941916
This commit is contained in:
parent
3c8cc0c73e
commit
26fc5d2d1f
@ -1,4 +1,4 @@
|
||||
import { module, test } from "qunit";
|
||||
import { module, skip, test } from "qunit";
|
||||
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
|
||||
import { render } from "@ember/test-helpers";
|
||||
import { hbs } from "ember-cli-htmlbars";
|
||||
@ -43,7 +43,7 @@ module(
|
||||
|
||||
let model;
|
||||
|
||||
test("renders passed json model object into string in the ace editor", async function (assert) {
|
||||
skip("renders passed json model object into string in the ace editor", async function (assert) {
|
||||
await render(hbs`<ThemeSettingsEditor @model={{hash
|
||||
model=(hash
|
||||
settings=(array
|
||||
|
Loading…
x
Reference in New Issue
Block a user