Skip to content

Commit

Permalink
Fix Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen committed Jun 29, 2024
1 parent 9ae3331 commit 3594aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eng/cake/dotnet.cake
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Task("dotnet-samples")
Error(errMsg);
throw new Exception(errMsg);
}
projectsToBuild = "./src/Controls/tests/TestCases/Controls.TestCases.App.csproj";
projectsToBuild = "./src/Controls/tests/TestCases.HostApp/Controls.TestCases.HostApp.csproj";
properties["_UseNativeAot"] = "true";
}
else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public ScrollViewIsEnabledTests(TestDevice device)

public override string Issue => "ScrollView set to disabled will still allow scrolling";

#if WINDOWS || ANDROID
// ScrollViewInitiallyEnabled (src\Compatibility\ControlGallery\src\Issues.Shared\ScrollViewIsEnabled.cs)
[Test]
[FailsOnIOS("This test is failing, likely due to product issue")]
Expand Down Expand Up @@ -119,5 +120,6 @@ public void ScrollViewInitiallyNotEnabledThenEnabled()

this.Back();
}
#endif
}
}

0 comments on commit 3594aeb

Please sign in to comment.