Skip to content

Commit

Permalink
Merge branch 'main' into southworks/update/zod-botbuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Nov 8, 2023
2 parents 2876416 + 36fc0d0 commit eb5cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/botbuilder/tests/cloudAdapter.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ describe('CloudAdapter', function () {
mock.verify();
});

it('throws exception on expired token', async function () {
it.skip('throws exception on expired token', async function () {
const consoleStub = sandbox.stub(console, 'error');

// Expired token with removed AppID
Expand Down

0 comments on commit eb5cff3

Please sign in to comment.