Skip to content

Commit

Permalink
Ignore testAsyncProceedNestedAroundAdviceThreadPool_gh128 for now
Browse files Browse the repository at this point in the history
Out of scope for PR eclipse-aspectj#132, future work for issue eclipse-aspectj#141.

Signed-off-by: Alexander Kriegisch <[email protected]>
  • Loading branch information
kriegaex committed Mar 23, 2022
1 parent d6cae9d commit 8afa3c4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ public void testAsyncProceedNestedAroundAdvice_gh128() {
}

public void testAsyncProceedNestedAroundAdviceThreadPool_gh128() {
runTest("asynchronous proceed for nested around-advice (@AspectJ, thread pool)");
// TODO: future improvement, see https://github.com/eclipse/org.aspectj/issues/141
// runTest("asynchronous proceed for nested around-advice (@AspectJ, thread pool)");
}

public void testAsyncProceedNestedAroundAdviceNative_gh128() {
Expand Down

0 comments on commit 8afa3c4

Please sign in to comment.