Skip to content

Commit

Permalink
refactor: ignore regression test
Browse files Browse the repository at this point in the history
It should be enabled when the fix is proposed.

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Dec 18, 2024
1 parent 2c44aed commit 62fbbc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/org/omegat/core/statistics/FindMatchesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@

import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;

import org.omegat.core.Core;
Expand Down Expand Up @@ -219,6 +220,7 @@ public void testSearchRFE1578_2() throws Exception {
assertEquals("ZZZ", result.get(2).translation); // sr
}

@Ignore("Should be enalbed when the bug fix proposed.")
@Test
public void testSearchBUGS1251() throws Exception {
ProjectProperties prop = new ProjectProperties(tmpDir.toFile());
Expand Down

0 comments on commit 62fbbc7

Please sign in to comment.