Skip to content

Commit

Permalink
Move cl4 to flacoco
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <andre15andre@hotmail.com>
  • Loading branch information
andre15silva committed Oct 27, 2021
1 parent ce1521c commit e570c43
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,10 @@ public void test_cl3() throws Exception {
testTSEBug("cl3");
}

/**
* Uses GZoltar due to issue with flacoco (see https://github.com/SpoonLabs/nopol/pull/220#issuecomment-926641347)
*/
@Test(timeout = TIMEOUT)
public void test_cl4() throws Exception {
if (testShouldBeRun())
testTSEBug("cl4", NopolContext.NopolLocalizer.GZOLTAR);
testTSEBug("cl4");
}

@Test(timeout = TIMEOUT)
Expand Down

0 comments on commit e570c43

Please sign in to comment.