Skip to content

Commit

Permalink
feat(#1223): rewrite puzzle description
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Nov 9, 2022
1 parent 2a0ec67 commit fecac81
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,10 @@ void optimizesIfExpired(@TempDir final Path temp) throws Exception {
*
* @param temp Temporary test directory.
* @throws Exception if unexpected error happened.
* @todo #1223:90min remove '@Disabled' annotation when caching of already optimized xmir files
* will be implemented. Also don't forget to remove '@Disabled' annotation from the
* 'savesOptimizedResultsToCache' test that is placed below.
* @todo #1223:90min Implement caching for optimization step. After implementation don't forget
* to remove '@Disabled' annotation from the next tests:
* - 'getsAlreadyOptimizedResultsFromCache'
* - 'savesOptimizedResultsToCache'
*/
@Test
@Disabled
Expand Down

0 comments on commit fecac81

Please sign in to comment.