We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5959d66 commit 25cdc41Copy full SHA for 25cdc41
test/credentials.spec.js
@@ -592,7 +592,7 @@ const exp = require('constants');
592
return done();
593
});
594
595
- it('loads successfully while changing region and endpoint', function(done) {
+ xit('loads successfully while changing region and endpoint', function(done) {
596
expect(creds.service.config.region).to.equal('us-east-1');
597
expect(creds.service.config.endpoint).to.equal('portal.sso.us-east-1.amazonaws.com');
598
mockConfig = {
0 commit comments