Skip to content

Commit

Permalink
chore: Restore HR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Jan 17, 2025
1 parent 523063d commit d3cc24d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ public class Given_HotReloadService
{
[TestMethod]
[DynamicData(nameof(GetScenarios), DynamicDataSourceType.Method)]
// Failed HR Uno.UI.SourceGenerators.Tests.MetadataUpdateTests.Given_HotReloadService.HR
// Assert.AreEqual failed.
// Expected:<0>. Actual:<1>.
// Diagnostics: warning CS1701: Assuming assembly reference 'System.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' used by 'Uno.UI' matches identity 'System.ObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' of 'System.ObjectModel', you may need to supply runtime policy, expected
[Ignore("Needs investigation - tracked by https://github.com/unoplatform/uno/issues/19255")]
public async Task HR(string name, Scenario? scenario, Project[]? projects)
{
if (scenario != null)
Expand Down

0 comments on commit d3cc24d

Please sign in to comment.