mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Mark flaky tests as pending until we fix them. (#7386)
This commit is contained in:
@@ -114,7 +114,7 @@ QUnit.test("escape search term", async assert => {
|
||||
);
|
||||
});
|
||||
|
||||
QUnit.test("update username through advanced search ui", async assert => {
|
||||
QUnit.skip("update username through advanced search ui", async assert => {
|
||||
await visit("/search");
|
||||
await fillIn(".search-query", "none");
|
||||
await fillIn(".search-advanced-options .user-selector", "admin");
|
||||
|
||||
Reference in New Issue
Block a user