mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Disable add remote book test (#16231)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user