Skip to content

Commit

Permalink
test: skip fast-usdc in test:xs pending #10847
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Jan 14, 2025
1 parent 24535ed commit 61afe3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/boot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
"build": "exit 0",
"clean": "rm -rf bundles/config.*",
"test": "ava",
"test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava test/bootstrapTests test/upgrading test/fast-usdc",
"test:xs": "SWINGSET_WORKER_TYPE=xs-worker ava test/bootstrapTests test/upgrading",
"lint-fix": "yarn lint:eslint --fix",
"lint": "run-s --continue-on-error lint:*",
"lint:types": "tsc",
"lint:eslint": "eslint ."
},
"$scripts-note": "fast-usdc skipped in test:xs pending #10847",
"keywords": [],
"author": "Agoric",
"license": "Apache-2.0",
Expand Down

0 comments on commit 61afe3a

Please sign in to comment.