1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg/streamformatter
Yong Tang d17bb23ae6 Fix flaky test TestJSONFormatProgress ()
In TestJSONFormatProgress, the progress string was used for comparison.
However, the progress string (progress.String()) uses time.Now().UTC()
to generate the timeLeftBox which is not a fixed value and cannot be
compared reliably.

This PR fixes the issue by stripping the timeLeftBox field before doing
the comparison.

This PR fixes .

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2016-03-14 16:00:12 +00:00
..
streamformatter.go Send push information to trust code out-of-band 2016-01-08 10:57:50 -08:00
streamformatter_test.go Fix flaky test TestJSONFormatProgress () 2016-03-14 16:00:12 +00:00