Skip to content

Commit

Permalink
test(add-collateral): postpone price feed test (WIP)
Browse files Browse the repository at this point in the history
pending synchronization
  • Loading branch information
dckc committed Oct 31, 2023
1 parent 6ceba04 commit c343ac1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ test.serial('priceAuthority installation was not changed', async t => {
t.deepEqual(actual, expected);
});

test('stATOM-USD price feed instance in agoricNames', async t => {
test.todo('stATOM-USD price feed instance in agoricNames', async t => {
const { agoric } = t.context;
const { instance } = await wellKnownIdentities({ agoric });
testIncludes(t, 'stATOM-USD price feed', Object.keys(instance), 'instance');
Expand Down

0 comments on commit c343ac1

Please sign in to comment.