Re-enable some PendingDepositChecker Tests

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=162254143
This commit is contained in:
bbilbo 2017-07-17 12:45:01 -07:00 committed by Ben McIlwain
parent f587d82c8b
commit c88a776741
2 changed files with 0 additions and 6 deletions

View file

@ -36,7 +36,6 @@ import google.registry.testing.FakeClock;
import google.registry.testing.InjectRule;
import org.joda.time.DateTime;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -85,7 +84,6 @@ public class PendingDepositCheckerTest {
}
@Test
@Ignore("TODO(b/23791350): Causes TimestampInversionException")
public void testMethod_firstDepositOnBrdaDay_depositsBothRdeAndBrda() throws Exception {
clock.setTo(DateTime.parse("2000-01-04T08:00Z")); // Tuesday
createTldWithEscrowEnabled("lol");
@ -151,7 +149,6 @@ public class PendingDepositCheckerTest {
}
@Test
@Ignore("TODO(b/23791350): Causes TimestampInversionException")
public void testMethod_multipleTldsWithEscrowEnabled_depositsBoth() throws Exception {
clock.setTo(DateTime.parse("2000-01-01TZ")); // Saturday
createTldWithEscrowEnabled("pal");

View file

@ -92,7 +92,6 @@ import org.joda.time.DateTimeConstants;
import org.joda.time.Duration;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
@ -603,7 +602,6 @@ public class RdeStagingActionTest extends MapreduceTestCase<RdeStagingAction> {
}
@Test
@Ignore("TODO(b/23791350): Causes TimestampInversionException")
public void testMapReduce_twoDomainsDifferentTlds_isolatesDomains() throws Exception {
clock.setTo(DateTime.parse("1999-12-31TZ"));
createTldWithEscrowEnabled("boggle");
@ -625,7 +623,6 @@ public class RdeStagingActionTest extends MapreduceTestCase<RdeStagingAction> {
}
@Test
@Ignore("TODO(b/23791350): Causes TimestampInversionException")
public void testMapReduce_twoHostsDifferentTlds_includedInBothTldDeposits() throws Exception {
clock.setTo(DateTime.parse("1999-12-31TZ"));
createTldWithEscrowEnabled("fop");