Commit ef8151b3 authored by Mikołaj Zalewski's avatar Mikołaj Zalewski Committed by Alexandre Julliard

shlwapi/tests: Disable the StrFromTimeInterval tests as they are language-dependent.

parent 5f5c662a
......@@ -750,7 +750,11 @@ START_TEST(string)
test_StrFormatKBSizeA();
test_StrFormatKBSizeW();
}
test_StrFromTimeIntervalA();
if (0)
{
/* language-dependent test. FIXME: how to detect the language? */
test_StrFromTimeIntervalA();
}
test_StrCmpA();
test_StrCmpW();
test_StrRetToBSTR();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment