Skip to content

Commit

Permalink
playframework#1457 fix(i-am-a-developer): deactivate ssl test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Feb 27, 2024
1 parent 19fa7db commit 6211a2f
Show file tree
Hide file tree
Showing 2 changed files with 126 additions and 115 deletions.
4 changes: 2 additions & 2 deletions framework/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@

<echo message="Testing development lifecycle (wait ...)" />

<!--exec executable="${pythonExecutable}" failonerror="true">
<exec executable="${pythonExecutable}" failonerror="true">
<arg value="${basedir}/../samples-and-tests/i-am-a-developer/tests.py" />
</exec-->
</exec>

<exec executable="${pythonExecutable}" failonerror="true">
<arg value="${basedir}/../samples-and-tests/i-am-a-developer/test_jvm_version_flag.py" />
Expand Down
Loading

0 comments on commit 6211a2f

Please sign in to comment.