From a419da189691dc04dcd032a91c061a0b83ad9ed6 Mon Sep 17 00:00:00 2001 From: huianyang Date: Tue, 5 Sep 2023 13:12:56 -0700 Subject: [PATCH] revert: add back failing_noop test case --- integration-tests/data/allTestsCases.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/integration-tests/data/allTestsCases.ts b/integration-tests/data/allTestsCases.ts index 7b7b30bcc6..7fb8213441 100644 --- a/integration-tests/data/allTestsCases.ts +++ b/integration-tests/data/allTestsCases.ts @@ -1411,5 +1411,17 @@ export const commonCases: TestCase[] = [ } ] } + }, + { + name: 'A failing_noop operation', + operation: { + branch: 'BLxGBu48ybnWvZoaVLyXV4XVnhdeDc9V2NcB9wsegQniza6mxvX', + contents: [ + { + kind: OpKind.FAILING_NOOP, + arbitrary: '48656c6c6f20576f726c64' + } + ] + } } ];