Skip to content

Commit 4238774

Browse files
committed
chore: remove skip test
1 parent 3c0d417 commit 4238774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ describe('Declarative Onboarding Integration Test Suite', function performIntegr
631631
() => testStatusCode({ statusCodes: 'experimental' }, constants.HTTP_SUCCESS));
632632
});
633633

634-
describe.skip('Test Licensing and properties requiring a license', function testLicensing() {
634+
describe('Test Licensing and properties requiring a license', function testLicensing() {
635635
this.timeout(1000 * 60 * 30); // 30 minutes
636636

637637
const bigIqAuth = {

0 commit comments

Comments
 (0)