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 f2de1ee
Show file tree
Hide file tree
Showing 2 changed files with 4 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
2 changes: 2 additions & 0 deletions test/src/org/omegat/gui/matches/FindMatchesThreadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
import org.junit.AfterClass;
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 @@ -88,6 +89,7 @@ public void setUp() throws Exception {
Core.registerTokenizerClass(LuceneEnglishTokenizer.class);
}

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

0 comments on commit f2de1ee

Please sign in to comment.