Skip to content

Commit afee424

Browse files
-Fix the testing pipleine.
1 parent ec1ae45 commit afee424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

endtoendtests/src/main/java/com/microsoft/azure/functions/endtoend/HttpTriggerTests.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public HttpResponseMessage HttpTriggerJava(
4848

4949
Gson a = new Gson();
5050

51-
if(SystemUtils.IS_JAVA_11) {
52-
context.getLogger().info("Java version 11: " + str.repeat(4));
53-
}
51+
// if(!SystemUtils.IS_JAVA_15) {
52+
// context.getLogger().info("Java version not 15");
53+
// }
5454

5555
get("https://httpstat.us/200");
5656

0 commit comments

Comments
 (0)