Skip to content

Commit

Permalink
Ignore DicomMetadataRead tests (#30096)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Jan 24, 2024
1 parent f7da756 commit e85d070
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;

Expand Down Expand Up @@ -61,6 +62,7 @@ public void deleteDicomStore() throws IOException {
client.deleteDicomStore(healthcareDataset + "/dicomStores/" + storeName);
}

@Ignore("https://github.com/apache/beam/issues/28099")
@Test
public void testDicomMetadataRead() {
String webPath =
Expand Down Expand Up @@ -88,6 +90,7 @@ public void testDicomMetadataRead() {
pipeline.run();
}

@Ignore("https://github.com/apache/beam/issues/28099")
@Test
public void testDicomFailedMetadataRead() {
String badWebPath = "foo";
Expand Down

0 comments on commit e85d070

Please sign in to comment.