Skip to content

Commit

Permalink
fix: skip refill meter test (#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights authored Sep 18, 2021
1 parent 2e9b4b8 commit 90a456f
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ const refillMeterLog = [
'error: Error: vat terminated',
];

test('zoe - metering - refill meter', async t => {
// See https://github.com/Agoric/agoric-sdk/issues/3804
// TODO make this test more robust, or replace with something more
// robust. This test is currently too sensitive to minor variations in
// compute.
test.skip('zoe - metering - refill meter', async t => {
// If this assertion fails, please update this test with the new
// computron values. This test aims to be resilient to changes in
// computron values for particular actions but a significant change
Expand Down

0 comments on commit 90a456f

Please sign in to comment.