Skip to content

Commit ff8f5bb

Browse files
committed
Tests: Stop verifying for +DisableExplicitGC existence in options
1 parent 7a6f828 commit ff8f5bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/itests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def testRun(self):
195195
opts = [r[4:] for r in res] # strip -XX: prefix
196196
# default java options
197197
self.assertTrue('+UseG1GC' in opts)
198-
self.assertTrue('+DisableExplicitGC' in opts)
199198

200199
# check -D process arguments
201200
res = re.findall(r'-D[\S]+', process)

0 commit comments

Comments
 (0)