Skip to content

Commit a5dc9ce

Browse files
committed
Bug 398869 - [Compatibility] Disable Session tests
1 parent 134b734 commit a5dc9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/org.eclipse.ui.tests/test.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@
7676
<property name="session-data-folder"
7777
value="${eclipse-home}/session_data_folder"/>
7878
<delete dir="${session-data-folder}" quiet="true"/>
79-
<ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
79+
<!--ant target="ui-test" antfile="${library-file}" dir="${eclipse-home}">
8080
<property name="data-dir" value="${session-data-folder}"/>
8181
<property name="plugin-name" value="${plugin-name}"/>
8282
<property name="classname"
8383
value="org.eclipse.ui.tests.session.SessionTests"/>
84-
</ant>
84+
</ant-->
8585

8686
</target>
8787

0 commit comments

Comments
 (0)