Disable add remote book test (#16231)

This commit is contained in:
Charles Gagnon
2021-07-16 12:14:07 -07:00
committed by GitHub
parent 6df69f525c
commit 3f047ae15a

View File

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