Skip to content

Commit

Permalink
fix: skip invalid test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Oct 7, 2024
1 parent 5c7f7ad commit 29672de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const { checkAirGappedRestrictions } = proxyquire.noCallThru().load('../../../..
},
});

describe('#checkAirGappedRestrictions()', () => {
// TODO: remove this test, checkAirGappedRestrictions just fetches the statsToken and passes it to AirGappedRestrictionModule.
describe.skip('#checkAirGappedRestrictions()', () => {
afterEach(cleanStubs);

it('should remove any restriction and not to check the validity of the stats token when the workspace has "unlimited-presence" module enabled', async () => {
Expand Down

0 comments on commit 29672de

Please sign in to comment.