Skip to content

Commit

Permalink
Merge pull request #2413 from murgatroid99/grpc-js-xds_unskip_test
Browse files Browse the repository at this point in the history
grpc-js-xds: Remove extra 'only' from local testing
  • Loading branch information
murgatroid99 committed Apr 12, 2023
2 parents 8f329e0 + 8d16113 commit f05ef55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/test/test-cluster-type.ts
Expand Up @@ -24,7 +24,7 @@ import { Backend } from "./backend";

register();

describe.only('Cluster types', () => {
describe('Cluster types', () => {
let xdsServer: XdsServer;
let client: XdsTestClient;
beforeEach(done => {
Expand Down

0 comments on commit f05ef55

Please sign in to comment.