Skip to content

Commit

Permalink
[DT-1051] Remove flaky test (#1872)
Browse files Browse the repository at this point in the history
* Remove test

* Add test back with disabled flag

* Use ignore flag instead

* Remove import

* Add a reason for ignoring test
  • Loading branch information
s-rubenstein authored Dec 19, 2024
1 parent 06c4ed9 commit 141e606
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/bio/terra/integration/AzureIntegrationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
import org.hamcrest.CoreMatchers;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -1673,6 +1674,7 @@ sourceFile, getSourceStorageAccountPrimarySharedKey()))
}

@Test
@Ignore("Ignoring due to flakiness and deprioritization of Azure")
public void testDatasetFileRefValidation() throws Exception {
DatasetSummaryModel summaryModel =
dataRepoFixtures.createDataset(
Expand Down

0 comments on commit 141e606

Please sign in to comment.