Skip to content

Commit 87fec1c

Browse files
committed
The -Dtck.inlineVerifierInstrument=false workaround is not necessary anymore
1 parent 0c28e31 commit 87fec1c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

ci/python-gate.libsonnet

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@
424424
environment+: $.environment(self.os, self.arch),
425425
packages+: $.packages(self.os, self.arch),
426426
run+: [
427-
// TODO: remove inlineVerifierInstrument=false once VerifierInstrument#checkFrameIsEmpty is fixed, GR-72201
428-
["mx", "--J", "@-Dtck.inlineVerifierInstrument=false"] + self.mx_parameters + self.dy + self.primary_suite + [
427+
["mx"] + self.mx_parameters + self.dy + self.primary_suite + [
429428
"--strict-compliance", "--primary", "gate", "--tags", self.tags, "-B=--force-deprecation-as-warning",
430429
] + self.all_suites + self.gate_parameters,
431430
],

0 commit comments

Comments
 (0)