Skip to content

Commit 171112c

Browse files
authored
Disable unreliable testRetrieveMyDataCollections
Temporarily disable unreliable integration test for retrieving data collections.
1 parent 953d70a commit 171112c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/java/edu/harvard/iq/dataverse/api/DataRetrieverApiIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public void testRetrieveMyDataAsJsonString() throws InterruptedException {
112112
}
113113

114114
// Test getting a list of collections that the user can add datasets to
115-
@Disabled
115+
@Disabled("Temporarily disabled because this integration test is not reliable in CI; re-enable once stabilized. All assertions return one extra dataset than expected.")
116116
@Test
117117
public void testRetrieveMyDataCollections() throws InterruptedException {
118118
int rootCount = 1; // everyone has access to this dataverse

0 commit comments

Comments
 (0)