Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#2744):issues is ready #2823

Merged
merged 1 commit into from
Jan 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ void optimizesIfExpired(@TempDir final Path temp) throws Exception {
*
* @param temp Temporary test directory.
* @throws Exception if unexpected error happened.
* @todo #2422:60min This test is unstable for now.
* 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>.
*/
@Test
void getsAlreadyOptimizedResultsFromCache(@TempDir final Path temp) throws Exception {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ final class OptCachedTest {
* @param cache Temp cache dir.
* @param dir Temp program dir
* @throws IOException if I/O fails
* @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 Down