mirror of
https://github.com/google/nomulus.git
synced 2025-05-29 17:00:11 +02:00
Re-enable some PendingDepositChecker Tests
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=162254143
This commit is contained in:
parent
f587d82c8b
commit
c88a776741
2 changed files with 0 additions and 6 deletions
|
@ -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");
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue