From 721f54fe497a16c5b6fd674b201c4d49ed07585d Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 22 May 2024 23:22:05 -0400 Subject: [PATCH] Disable tagsbox test again due to CI failures (#3575) --- test/tests/tagsboxTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/tagsboxTest.js b/test/tests/tagsboxTest.js index 4891a1ceba..0743a04fa2 100644 --- a/test/tests/tagsboxTest.js +++ b/test/tests/tagsboxTest.js @@ -16,7 +16,7 @@ describe("Item Tags Box", function () { describe("Tag Editing", function () { - it("should update tag when pressing Enter in textbox", async function () { + it.skip("should update tag when pressing Enter in textbox", async function () { if (!doc.hasFocus()) { // editable-text behavior relies on focus, so we first need to bring the window to the front. // Not required on all platforms. In some cases (e.g. Linux), the window is at the front from the start.