Skip to content

Commit 039814e

Browse files
committed
test: skip NUTS test for now
1 parent 746c061 commit 039814e

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

test/commands/package/packageVersionCreateManaged.nut.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ describe('package:version:create with managed package (--generate-pkg-zip)', ()
3030
let managedPackageId: string;
3131

3232
before('setup managed package', async function () {
33+
// TODO: Remove once 260 is released to instance the CI dev hub is running on
34+
this.skip();
3335
this.timeout(Duration.minutes(5).milliseconds);
3436

3537
session = await TestSession.create({

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4767,6 +4767,13 @@ fast-xml-parser@5.2.5:
47674767
dependencies:
47684768
strnum "^2.1.0"
47694769

4770+
fast-xml-parser@^4.5.3:
4771+
version "4.5.3"
4772+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb"
4773+
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
4774+
dependencies:
4775+
strnum "^1.1.1"
4776+
47704777
fast-xml-parser@^5.3.4:
47714778
version "5.3.4"
47724779
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
@@ -8361,6 +8368,11 @@ strip-json-comments@^3.1.1:
83618368
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
83628369
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
83638370

8371+
strnum@^1.1.1:
8372+
version "1.1.2"
8373+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
8374+
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
8375+
83648376
strnum@^2.1.0:
83658377
version "2.1.1"
83668378
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.1.tgz#cf2a6e0cf903728b8b2c4b971b7e36b4e82d46ab"

0 commit comments

Comments
 (0)