Skip to content

Commit

Permalink
Merge pull request #137 from jboss-logging/revert-136-LOGMGR-82
Browse files Browse the repository at this point in the history
Revert "[LOGMGR-82] Enable the testPeriodicAndSizeRotate test. Some changes t…"
  • Loading branch information
jamezp committed Aug 18, 2017
2 parents 6e1a20f + d0d954e commit 036830e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
import org.jboss.byteman.contrib.bmunit.BMUnitRunner;
import org.jboss.logmanager.ExtLogRecord;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down Expand Up @@ -164,6 +165,7 @@ public void testBootRotate() throws Exception {
}

@Test
@Ignore("LOGMGR-82")
public void testPeriodicAndSizeRotate() throws Exception {
for (int i=0; i < supportedPeriods.size(); i++) {
//To cut down on unnecessary testing, let's only test
Expand Down

0 comments on commit 036830e

Please sign in to comment.