Skip to content

Commit 3ac66f7

Browse files
committed
chore(satp-hermes): skip stage 1 recovery test
Signed-off-by: Rodolfo Carapau <[email protected]>
1 parent dc2046a commit 3ac66f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cactus-plugin-satp-hermes/src/test/typescript/integration/recovery/recovery-stage-1.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ afterAll(async () => {
320320
}
321321
});
322322

323-
describe("Stage 1 Recovery Test", () => {
323+
describe.skip("Stage 1 Recovery Test", () => {
324324
it("should recover Stage 1 hashes, timestamps, signatures, and update session state to RECOVERED", async () => {
325325
crashManager1 = gateway1["crashManager"] as CrashManager;
326326
expect(crashManager1).toBeInstanceOf(CrashManager);

0 commit comments

Comments
 (0)