Skip to content

Commit 8a52758

Browse files
committed
todo is a disabled test.
1 parent e1c0d94 commit 8a52758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/test/java/javasdk/HookSpecTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ void finallyAfter(HookContext<Boolean> ctx, ImmutableMap<String, Object> hints)
392392
@Specification(spec="hooks", number="1.4", text="The evaluation context MUST be mutable only within the before hook.")
393393
@Specification(spec="hooks", number="3.1", text="Hooks MUST specify at least one stage.")
394394
@Specification(spec="hooks", number="5.3", text="HookHints MUST be passed to each hook through a parameter. It is merged into the object in the precedence order API -> Client -> Invocation (last wins).")
395-
void todo() {}
395+
@Test @Disabled void todo() {}
396396

397397
@SneakyThrows
398398
@Specification(spec="hooks", number="3.6", text="Condition: If finally is a reserved word in the language, finallyAfter SHOULD be used.")

0 commit comments

Comments
 (0)