[tests] Re-enable an that requires msbuild (as opposed to xbuild). (#10040)

Since we're using msbuild exclusively now.
This commit is contained in:
Rolf Bjarne Kvinge 2020-11-04 15:19:05 +01:00 коммит произвёл GitHub
Родитель 9eeeb5c512
Коммит 32f360ed42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -195,8 +195,7 @@ namespace Xamarin.iOS.Tasks
var newTimestamp = File.GetLastWriteTimeUtc (mainExecutable);
// make sure that the main app bundle was codesigned due to the changes in the appex
// Note: this step requires msbuild instead of xbuild to work properly
//Assert.IsTrue (newTimestamp > timestamp, "The main app bundle does not seem to have been re-codesigned");
Assert.IsTrue (newTimestamp > timestamp, "The main app bundle does not seem to have been re-codesigned");
} finally {
// restore the original ActionViewController.cs code...
text = text.Replace ("{0} The Awakening...", "{0} awake with context");