mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Disable add remote book test (#16231)
This commit is contained in:
@@ -16,7 +16,7 @@ export function setup() {
|
|||||||
|
|
||||||
describe('AddRemoteBookDialog', () => {
|
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;
|
const app = this.app as Application;
|
||||||
await app.workbench.quickaccess.runCommand(AddRemoteBookCommand);
|
await app.workbench.quickaccess.runCommand(AddRemoteBookCommand);
|
||||||
await app.workbench.addRemoteBookDialog.setLocation('GitHub');
|
await app.workbench.addRemoteBookDialog.setLocation('GitHub');
|
||||||
|
|||||||
Reference in New Issue
Block a user