Skip to content

Commit

Permalink
objectionary#2896: Leaved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Apr 15, 2024
1 parent b3161eb commit be964c4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@

/**
* Captured logs annotation for tests.
* @todo #2896:90min Logs should contains only messages related to
* the test. Now it appends all messages that were logged via Logger,
* so massages from other tests(in parallel) are included too.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.ANNOTATION_TYPE})
Expand Down

0 comments on commit be964c4

Please sign in to comment.