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:
Michael Lumish 2023-04-12 13:53:26 -07:00 committed by GitHub
commit f05ef5592e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import { Backend } from "./backend";
register();
describe.only('Cluster types', () => {
describe('Cluster types', () => {
let xdsServer: XdsServer;
let client: XdsTestClient;
beforeEach(done => {