From 61afe3ab4924f517ac7f9d706be4f8719bad55cc Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Tue, 14 Jan 2025 13:08:47 -0600 Subject: [PATCH] test: skip fast-usdc in test:xs pending #10847 --- packages/boot/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/boot/package.json b/packages/boot/package.json index 1226c3b8065..facfda69714 100644 --- a/packages/boot/package.json +++ b/packages/boot/package.json @@ -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",