mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Skip flaky polls acceptance test (#27757)
Example of flakiness: https://github.com/discourse/discourse/actions/runs/9831645793/job/27139325323
This commit is contained in:
parent
df6f950200
commit
f9a5d149e1
@ -1,6 +1,6 @@
|
|||||||
import { render } from "@ember/test-helpers";
|
import { render } from "@ember/test-helpers";
|
||||||
import hbs from "htmlbars-inline-precompile";
|
import hbs from "htmlbars-inline-precompile";
|
||||||
import { module, test } from "qunit";
|
import { module, skip } from "qunit";
|
||||||
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
|
import { setupRenderingTest } from "discourse/tests/helpers/component-test";
|
||||||
import { count } from "discourse/tests/helpers/qunit-helpers";
|
import { count } from "discourse/tests/helpers/qunit-helpers";
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ const ID = "23";
|
|||||||
module("Poll | Component | poll-results-pie", function (hooks) {
|
module("Poll | Component | poll-results-pie", function (hooks) {
|
||||||
setupRenderingTest(hooks);
|
setupRenderingTest(hooks);
|
||||||
|
|
||||||
test("Renders the pie chart Component correctly", async function (assert) {
|
skip("Renders the pie chart Component correctly", async function (assert) {
|
||||||
this.setProperties({
|
this.setProperties({
|
||||||
id: ID,
|
id: ID,
|
||||||
options: OPTIONS,
|
options: OPTIONS,
|
||||||
|
Loading…
Reference in New Issue
Block a user