Skip to content

Commit 9bc368a

Browse files
committed
Disabled test on linux and added bug to codeplex
1 parent 89940e2 commit 9bc368a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/utils/datetime.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ TEST(parsing_time_roundtrip_datetime6)
141141
TestDateTimeRoundtrip(_XPLATSTR("2013-11-19T14:30:59.5Z"));
142142
}
143143

144-
TEST(parsing_time_roundtrip_datetime_invalid1)
144+
TEST(parsing_time_roundtrip_datetime_invalid1, "Ignore:Linux", "Codeplex issue #115")
145145
{
146146
// No digits after the dot, or non-digits. This is not a valid input, but we should not choke on it,
147147
// Simply ignore the bad fraction

0 commit comments

Comments
 (0)