mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2413 from murgatroid99/grpc-js-xds_unskip_test
grpc-js-xds: Remove extra 'only' from local testing
This commit is contained in:
commit
f05ef5592e
|
@ -24,7 +24,7 @@ import { Backend } from "./backend";
|
|||
|
||||
register();
|
||||
|
||||
describe.only('Cluster types', () => {
|
||||
describe('Cluster types', () => {
|
||||
let xdsServer: XdsServer;
|
||||
let client: XdsTestClient;
|
||||
beforeEach(done => {
|
||||
|
|
Loading…
Reference in New Issue