DEV: Skip flaky poll QUnit acceptance tests (#27728)

The skipped tests have become flaky after
e3b6be15b88a9b61b409ec3f266ba7b076efb1d7, skip those tests for now while
we sort things out.
This commit is contained in:
Alan Guo Xiang Tan
2024-07-05 10:59:51 +08:00
committed by GitHub
parent df544a51ba
commit 906da0f3d1
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
import { render } from "@ember/test-helpers";
import hbs from "htmlbars-inline-precompile";
import { module, test } from "qunit";
import { module, skip, test } from "qunit";
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
import { exists, queryAll } from "discourse/tests/helpers/qunit-helpers";
@ -36,7 +36,7 @@ const PRELOADEDVOTERS = {
module("Poll | Component | poll-results-standard", function (hooks) {
setupRenderingTest(hooks);
test("Renders the standard results Component correctly", async function (assert) {
skip("Renders the standard results Component correctly", async function (assert) {
this.setProperties({
options: TWO_OPTIONS,
pollName: "Two Choice Poll",