Remove 'only' that was left over from test fixes

This commit is contained in:
Michael Lumish 2020-06-17 11:32:48 -07:00
parent 3f7fb47505
commit a34973b469
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ function echoMetadataGenerator(options, callback) {
const credentials = grpc.credentials.createFromMetadataGenerator(echoMetadataGenerator);
describe.only(`${anyGrpc.clientName} client -> ${anyGrpc.serverName} server`, function() {
describe(`${anyGrpc.clientName} client -> ${anyGrpc.serverName} server`, function() {
describe('Interop-adjacent tests', function() {
let server;
let client;