mirror of
https://github.com/discourse/discourse.git
synced 2026-08-05 10:47:46 -05:00
DEV: skip flaky lightbox loading state test (#22709)
Skips a flaky test for the new lightbox loading state.
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
import { cloneJSON } from "discourse-common/lib/object";
|
||||
import i18n from "I18n";
|
||||
import sinon from "sinon";
|
||||
import { test } from "qunit";
|
||||
import { skip, test } from "qunit";
|
||||
import topicFixtures from "discourse/tests/fixtures/topic";
|
||||
import { SELECTORS } from "discourse/lib/lightbox/constants";
|
||||
|
||||
@@ -911,7 +911,7 @@ acceptance("Experimental Lightbox - loading state", function (needs) {
|
||||
setupPretender(server, helper, markupWithInvalidImage)
|
||||
);
|
||||
|
||||
test("handles loading errors", async function (assert) {
|
||||
skip("handles loading errors", async function (assert) {
|
||||
await visit("/t/internationalization-localization/280");
|
||||
|
||||
await click(SELECTORS.DEFAULT_ITEM_SELECTOR);
|
||||
|
||||
Reference in New Issue
Block a user