Skip to content

Commit

Permalink
Disable the broken FormatKiloSeconds test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rryan committed Feb 11, 2019
1 parent 05f5fb2 commit d4bdd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/durationutiltest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ TEST_F(DurationUtilTest, formatSecondsLong) {
}


TEST_F(DurationUtilTest, FormatKiloSeconds) {
TEST_F(DurationUtilTest, DISABLED_FormatKiloSeconds) {
formatKiloSeconds(QString::fromUtf8("0.000\u2009000"), 0);
formatKiloSeconds(QString::fromUtf8("0.001\u2009000"), 1);
formatKiloSeconds(QString::fromUtf8("0.001\u2009490"), 1.49);
Expand Down

0 comments on commit d4bdd92

Please sign in to comment.