Skip to content

Commit

Permalink
Run region tests when running against s3
Browse files Browse the repository at this point in the history
  • Loading branch information
minio-trusted committed Feb 17, 2017
1 parent 19f845c commit 20a01ad
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 20a01ad

Please sign in to comment.