Skip to content

Commit e64005d

Browse files
committed
Temporarily only test 3.11
1 parent c9167aa commit e64005d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

management-api-server/src/test/java/com/datastax/mgmtapi/BaseDockerIntegrationTest.java

+6-4
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,14 @@ protected void failed(Throwable e, Description description)
8181
public static Iterable<String[]> functions()
8282
{
8383
List<String[]> l = Lists.newArrayList(
84-
new String[]{"3_11"},
85-
new String[]{"4_0"}
84+
// new String[]{"3_11"},
85+
// new String[]{"4_0"}
8686
);
8787

88-
if (Boolean.getBoolean("dseIncluded"))
89-
l.add(new String[]{"dse-68"});
88+
l.add(new String[]{"3_11"});
89+
90+
// if (Boolean.getBoolean("dseIncluded"))
91+
// l.add(new String[]{"dse-68"});
9092

9193
return l;
9294
}

0 commit comments

Comments
 (0)