Skip to content

Commit

Permalink
[#435] Skip bulk file operations test for 4.3 servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
korydraughn committed Aug 12, 2024
1 parent b7a266b commit e9324fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -489,8 +489,7 @@ public void testExtractBundleWithOverwriteNoBulkWhenTargetCollectionAlreadyExist
return;
}

// Skip if iRODS 4.3.0.
Assume.assumeFalse("Bug in iRODS 4.3.0 discovered post release", props.isVersion("rods4.3.0"));
Assume.assumeFalse("Enable once issue #435 is resolved", props.isAtLeastIrods430());

IRODSFile irodsFile = null;

Expand Down

0 comments on commit e9324fa

Please sign in to comment.