Skip to content

Commit a57167f

Browse files
committed
Disable tests
1 parent 61721f1 commit a57167f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN set -e; cd /usr/local; \
1717
cd kafka; \
1818
sed -i "s/scalaVersion=.*/scalaVersion=$SCALA_VERSION/" gradle.properties; \
1919
gradle; \
20-
./gradlew test; \
20+
#./gradlew test; \
2121
./gradlew jar
2222

2323
RUN apk add --no-cache bash

0 commit comments

Comments
 (0)