From 3f047ae15a9c9239c33c3c52cc8abadacd9894b2 Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Fri, 16 Jul 2021 12:14:07 -0700 Subject: [PATCH] Disable add remote book test (#16231) --- test/smoke/src/sql/areas/notebook/addRemoteBook.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/src/sql/areas/notebook/addRemoteBook.test.ts b/test/smoke/src/sql/areas/notebook/addRemoteBook.test.ts index 4363aa3b65..adb3ad6238 100644 --- a/test/smoke/src/sql/areas/notebook/addRemoteBook.test.ts +++ b/test/smoke/src/sql/areas/notebook/addRemoteBook.test.ts @@ -16,7 +16,7 @@ export function setup() { describe('AddRemoteBookDialog', () => { - it('can open remote book', async function () { + it.skip('can open remote book', async function () { // Skip until the rate limit issue can be fixed const app = this.app as Application; await app.workbench.quickaccess.runCommand(AddRemoteBookCommand); await app.workbench.addRemoteBookDialog.setLocation('GitHub');