Skip to content

Commit f09487f

Browse files
committed
Removing time based string test as too easily affected by different
timezones during CI
1 parent 47981bc commit f09487f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

addon/test/test-utils.js

-5
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,4 @@ exports["test createDateString"] = function(assert) {
2626
assert.ok(Utils.createDateString(3, new Date(100000000)) == "1970-02-01", "createDateString .. Input: 3, new Date(100000000), Output: " + Utils.createDateString(3, new Date(100000000)));
2727
};
2828

29-
//function(currentDate) .. new Date(100000000) == Fri Jan 02 1970 04:46:40 GMT+0100 (IST)
30-
exports["test createTimeString"] = function(assert) {
31-
assert.ok(Utils.createTimeString(new Date(100000000)) == "04-46-40", "createTimeString .. Input: new Date(100000000), Output: " + Utils.createTimeString(new Date(100000000)));
32-
};
33-
3429
require("sdk/test").run(exports);

0 commit comments

Comments
 (0)