mirror of https://github.com/grpc/grpc-node.git
Remove 'only' that was left over from test fixes
This commit is contained in:
parent
3f7fb47505
commit
a34973b469
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue