DEV: Mark flaky tests as pending until we fix them. (#7386)

This commit is contained in:
Roman Rizzi
2019-04-16 13:35:54 -03:00
committed by GitHub
parent 72a7f9af87
commit d2ea602bdd
4 changed files with 11 additions and 7 deletions

View File

@@ -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");