Skip to content

Commit

Permalink
grpc-js-xds: Remove extra 'only' from local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Apr 5, 2023
1 parent 167732a commit 8d16113
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
Original file line number Diff line number Diff line change
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 8d16113

Please sign in to comment.