Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Yanich96 committed Jan 24, 2024
1 parent 6d3b8ac commit 690f94f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ final class OptCachedTest {
* @todo #2422:60min returnsFromCacheIfXmlAlreadyInCache: this test is unstable.
* We should resolve issues with unstable failures and only
* then enable the test.
* Also, see this <a href="https://github.com/objectionary/eo/issues/2727">issue</a>.
* @todo #2790:30min There is repeating logic in tests.
* Code logic repeats in {@link OptCacedTest},
* {@link OptimizeMojoTest.getAlreadyOptimizedResultsFromCache}
Expand All @@ -66,7 +67,6 @@ final class OptCachedTest {
* FileTime.fromMillis(System.currentTimeMillis() + time)
* ); }.
* We need to think about how to remove this duplication.
* Also, see this <a href="https://github.com/objectionary/eo/issues/2727">issue</a>.
*/
@Test
void returnsFromCacheIfXmlAlreadyInCache(@TempDir final Path cache, @TempDir final Path dir)
Expand Down

0 comments on commit 690f94f

Please sign in to comment.