Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 941c6eb

Browse files
committed
skip the test
1 parent a9bf0df commit 941c6eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/with-runquery-mockserver.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import * as assert from 'assert';
1919
import {startServer} from '../mock-server/datastore-server';
2020
import {ErrorGenerator, shutdownServer} from './mock-server-tester';
2121

22-
describe.only('runQuery', () => {
22+
describe.skip('runQuery', () => {
2323
it('should report an error to the user when it occurs', done => {
2424
const errorGenerator = new ErrorGenerator();
2525
const server = startServer(

0 commit comments

Comments
 (0)