Skip to content

Commit 141e606

Browse files
authored
[DT-1051] Remove flaky test (#1872)
* Remove test * Add test back with disabled flag * Use ignore flag instead * Remove import * Add a reason for ignoring test
1 parent 06c4ed9 commit 141e606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/bio/terra/integration/AzureIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@
126126
import org.hamcrest.CoreMatchers;
127127
import org.junit.After;
128128
import org.junit.Before;
129+
import org.junit.Ignore;
129130
import org.junit.Test;
130131
import org.junit.experimental.categories.Category;
131132
import org.junit.runner.RunWith;
@@ -1673,6 +1674,7 @@ sourceFile, getSourceStorageAccountPrimarySharedKey()))
16731674
}
16741675

16751676
@Test
1677+
@Ignore("Ignoring due to flakiness and deprioritization of Azure")
16761678
public void testDatasetFileRefValidation() throws Exception {
16771679
DatasetSummaryModel summaryModel =
16781680
dataRepoFixtures.createDataset(

0 commit comments

Comments
 (0)