From d88bafb883e2fa98d173259ef957c61193b74fa8 Mon Sep 17 00:00:00 2001 From: Dan Connolly Date: Tue, 3 Sep 2024 15:32:32 -0500 Subject: [PATCH] chore: punt replaceScaledPriceAuthorities builder, for now --- .../boot/test/bootstrapTests/price-feed-replace.test.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/boot/test/bootstrapTests/price-feed-replace.test.ts b/packages/boot/test/bootstrapTests/price-feed-replace.test.ts index 33d6e740d9de..62cfba9d0857 100644 --- a/packages/boot/test/bootstrapTests/price-feed-replace.test.ts +++ b/packages/boot/test/bootstrapTests/price-feed-replace.test.ts @@ -79,14 +79,6 @@ test.serial('run replace-price-feeds proposals', async t => { }; await evalProposal(buildProposal(perFeedBuilder, opts)); - for (const builder of [ - '@agoric/builders/scripts/vats/replaceScaledPriceAuthorities.js', - '@agoric/builders/scripts/vats/add-auction.js', - '@agoric/builders/scripts/vats/upgradeVaults.js', - ]) { - t.log('building', builder); - await evalProposal(buildProposal(builder)); - } refreshAgoricNamesRemotes(); const instancePost = agoricNamesRemotes.instance['ATOM-USD price feed']; t.not(instancePre, instancePost);