Skip to content
Snippets Groups Projects
Commit eac6243d authored by murgatroid99's avatar murgatroid99
Browse files

Re-enable two Node credentials tests

parent 3db76b92
No related branches found
No related tags found
No related merge requests found
......@@ -318,7 +318,7 @@ describe('client credentials', function() {
done();
});
});
it.skip('should propagate errors that the updater emits', function(done) {
it('should propagate errors that the updater emits', function(done) {
var metadataUpdater = function(service_url, callback) {
var error = new Error('Authentication error');
error.code = grpc.status.UNAUTHENTICATED;
......@@ -370,7 +370,7 @@ describe('client credentials', function() {
done();
});
});
it.skip('should get an error from a Google credential', function(done) {
it('should get an error from a Google credential', function(done) {
var creds = grpc.credentials.createFromGoogleCredential(
fakeFailingGoogleCredentials);
var combined_creds = grpc.credentials.combineChannelCredentials(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment