Skip to content

Commit

Permalink
feat(objectionary#2017): remove puzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed May 4, 2023
1 parent 7b3322c commit 91b517b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,7 @@
* Test case for {@link BinarizeMojo}.
*
* @since 0.1
* @todo #1996:30min Make BinarizeMojoTest run tests in parallel.
* Currently all tests in this class are executed in the same thread. This is done by the
* annotation @Execution(ExecutionMode.SAME_THREAD) on the class. This is a temporary solution
* because the class has some concurrency problems. We need to make the tests in this class run
* in parallel and then remove the annotation.
*/
@Execution(ExecutionMode.SAME_THREAD)
final class BinarizeMojoTest {

/**
Expand Down

0 comments on commit 91b517b

Please sign in to comment.