You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Resolve Truffle ruby intermittent failures on exporters (#1752)
* test: Use Zlib.gunzip to compare body with estr
Zlib.gzip adds a timestamp, which may be different than the one in the
encoded req.body due to the test timing, and may cause an intermittent
failure. Compare the unzipped request with the encoded_estr to avoid
the timestamp interfering with the equality check.
Co-authored-by: Tanna McClure <[email protected]>
* test: Remove skip for TruffleRuby
The assertions in this test differ from the other intermittent failures.
Hopefully, the test is not failing and was skipped because the name
of the test is the same as others.
* chore: Remove comment
---------
Co-authored-by: Tanna McClure <[email protected]>
0 commit comments