Skip to content

Commit 6211a2f

Browse files
committedFeb 27, 2024·
#1457 fix(i-am-a-developer): deactivate ssl test for now
1 parent 19fa7db commit 6211a2f

File tree

2 files changed

+126
-115
lines changed

2 files changed

+126
-115
lines changed
 

‎framework/build.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@
266266

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

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.