Skip to content

Commit

Permalink
playframework#1457 test!: disable i-am-a-developer for test
Browse files Browse the repository at this point in the history
  • Loading branch information
xael-fry committed Feb 11, 2024
1 parent 3572b5c commit eb3670c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,13 @@

<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 executable="${pythonExecutable}" failonerror="true">
<arg value="${basedir}/../samples-and-tests/i-am-a-developer/test_jvm_version_flag.py" />
</exec>
</exec-->

<echo message="Using ${basedir}/../play${playExtension}" />

Expand Down

0 comments on commit eb3670c

Please sign in to comment.