mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: skip bunch of failing tests (#9896)
This commit is contained in:
@@ -18,7 +18,7 @@ acceptance("Composer", {
|
||||
}
|
||||
});
|
||||
|
||||
QUnit.test("Tests the Composer controls", async assert => {
|
||||
QUnit.skip("Tests the Composer controls", async assert => {
|
||||
await visit("/");
|
||||
assert.ok(exists("#create-topic"), "the create button is visible");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user