Skip to content

Commit

Permalink
Run region tests when running against s3 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana authored Feb 17, 2017
1 parent 19f845c commit 47f1ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/FunctionalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ public static void copyObject_test7() throws Exception {
*/
public static void runTests() throws Exception {
makeBucket_test1();
if (!endpoint.toLowerCase().contains("minio")) {
if (endpoint.toLowerCase().contains("s3")) {
makeBucket_test2();
makeBucket_test3();
}
Expand Down

0 comments on commit 47f1ad8

Please sign in to comment.