From 26fc5d2d1f218edca5a3d0d8793f07620e4acd27 Mon Sep 17 00:00:00 2001 From: Alan Guo Xiang Tan Date: Fri, 28 Jul 2023 11:05:15 +0800 Subject: [PATCH] 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 --- .../components/admin-theme-settings-editor-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/discourse/tests/integration/components/admin-theme-settings-editor-test.js b/app/assets/javascripts/discourse/tests/integration/components/admin-theme-settings-editor-test.js index c4fdacad53a..6a0864e46b2 100644 --- a/app/assets/javascripts/discourse/tests/integration/components/admin-theme-settings-editor-test.js +++ b/app/assets/javascripts/discourse/tests/integration/components/admin-theme-settings-editor-test.js @@ -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`