Imported Upstream version 6.4.0.154

Former-commit-id: d9008e108e6ce36e3e1c6643eb17a9257a81f110
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2019-08-07 08:39:10 +00:00
parent 354a7ffa75
commit 0f5eeea818
51 changed files with 51 additions and 51 deletions

View File

@ -182,9 +182,9 @@ public class TimeZoneTest {
TST (t1);
break;
case "GMT":
#if MONOTOUCH
#if MOBILE
if (string.IsNullOrEmpty (t1.DaylightName))
Assert.Ignore ("This test may fail due to: http://www.openradar.me/38174449");
Assert.Ignore ("This test may fail due to: http://www.openradar.me/38174449. This value is also empty on recent Android versions.");
#endif
GMT (t1);
break;