mirror of
https://github.com/google/nomulus.git
synced 2025-08-11 03:59:37 +02:00
Remove aggressive check in RegistryJpaIO.Write (#1889)
This commit is contained in:
parent
6a1fd3491f
commit
61389a66bb
2 changed files with 4 additions and 15 deletions
|
@ -33,6 +33,7 @@ import java.io.Serializable;
|
|||
import org.apache.beam.sdk.Pipeline.PipelineExecutionException;
|
||||
import org.apache.beam.sdk.transforms.Create;
|
||||
import org.joda.time.DateTime;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.extension.RegisterExtension;
|
||||
|
||||
|
@ -67,6 +68,7 @@ class RegistryJpaWriteTest implements Serializable {
|
|||
.containsExactlyElementsIn(contacts);
|
||||
}
|
||||
|
||||
@Disabled("b/263502442")
|
||||
@Test
|
||||
void testFailure_writeExistingEntity() {
|
||||
// RegistryJpaIO.Write actions should not write existing objects to the database because the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue