Skip to content

Commit

Permalink
disable challeged testContextualFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
aubi committed Jul 8, 2022
1 parent 03087f5 commit ead4e7b
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,12 @@ public void testContextualConsumer() throws Throwable {
* A ContextService contextualizes a Function, which can be supplied as a dependent stage action
* to an unmanaged CompletableFuture. The dependent stage action runs with the thread context of
* the thread that contextualizes the Function, per the configuration of the ContextServiceDefinition.
*
* Assertions on results[0] and results[1] are both invalid because treating those two UNCHANGED context types as
* though they were CLEARED.
* TCK challenge: https://github.com/jakartaee/concurrency/issues/253
*/
@Test
@Test(enabled = false)
public void testContextualFunction() throws Throwable {
URLBuilder requestURL = URLBuilder.get().withBaseURL(contextURL).withPaths("ContextServiceDefinitionServlet").withTestName(testName);
runTest(requestURL);
Expand Down

0 comments on commit ead4e7b

Please sign in to comment.