Skip to content

Commit

Permalink
Enable on test
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Sep 14, 2018
1 parent f312498 commit ec2b58d
Showing 1 changed file with 3 additions and 4 deletions.
Expand Up @@ -74,10 +74,9 @@ private void testNestedSpansWithClientFailure() {
* @throws InterruptedException Problem executing web service.
* @throws ExecutionException Thread pool problem.
*
* TODO smallrye does not support async spec yet!
*/
// @Test
// @RunAsClient
@Test
@RunAsClient
private void testMultithreadedNestedSpans() throws ExecutionException, InterruptedException {
int numberOfCalls = 100;
int nestDepth = 1;
Expand All @@ -93,7 +92,7 @@ private void testMultithreadedNestedSpans() throws ExecutionException, Interrupt
* @throws InterruptedException Problem executing web service.
* @throws ExecutionException Thread pool problem.
*
* TODO smallrye does not support async spec yet!
* TODO smallrye does not support async spec (1.1) yet https://github.com/smallrye/smallrye-rest-client/issues/6
*/
// @Test
// @RunAsClient
Expand Down

0 comments on commit ec2b58d

Please sign in to comment.