Skip to content

Commit 60114b7

Browse files
committed
Document why we're not doing it.
1 parent 8a52758 commit 60114b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/src/test/java/javasdk/FlagEvaluationSpecTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,8 @@ Client _client() {
174174

175175
@Specification(spec="flag evaluation", number="1.20", text="The client SHOULD provide asynchronous or non-blocking " +
176176
"mechanisms for flag evaluation.")
177-
@Disabled @Test void explicitly_not_doing() {
177+
@Disabled("We're operating in a one request per thread model")
178+
@Test void explicitly_not_doing() {
178179

179180
}
180181
}

0 commit comments

Comments
 (0)