[release/7.0.1xx-xcode14.2] [tests] Ignore the MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_16395 test. Fixes #xamarin/maccore@2629. (#17065)

It looks like some timezone data has changed, so this test is now failing.
Mono will probably not be updated, so just ignore the test.

Fixes https://github.com/xamarin/maccore/issues/2629.


Backport of #16956

Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
This commit is contained in:
VS MobileTools Engineering Service 2 2022-12-15 10:52:30 -05:00 коммит произвёл GitHub
Родитель ee7b48880f
Коммит 6ce36a132d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -20,3 +20,5 @@ MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_Sh
MonoTests.System.Runtime.Remoting.Messaging.CallContextTest.FreeNamedDataSlot_ShouldClearLogicalData
MonoTests.System.Runtime.Remoting.Metadata.W3cXsd2001.SoapHexBinaryTest.Parse_Value_Invalid
# https://github.com/xamarin/maccore/issues/2629
MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_16395

Просмотреть файл

@ -47,4 +47,5 @@ MonoTests.System.Security.Policy.PolicyLevelTest.ResolveMatchingCodeGroups_Empty
# But was: "10/27/2002 02:59:59"
MonoTests.System.TimeZoneTest.TestCtors
# https://github.com/xamarin/maccore/issues/2629
MonoTests.System.TimeZoneInfoTest+IsDaylightSavingTimeTests.Bug_16395