Skip to content

[net10.0, Testing] Disabling the Graphics IImage related test cases on Android platform #30577

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: net10.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue16…
…767_Downsize.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
  • Loading branch information
anandhan-rajagopal and Copilot authored Jul 12, 2025
commit 560afa275c844c47cf3247e066d527c3a3fa6209
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_IOS && TEST_FAILS_ON_ANDROID //NullReferenceException throws on iOS and mac Issue link - https://github.com/dotnet/maui/issues/19642 and For Android: https://github.com/dotnet/maui/issues/30576
#if TEST_FAILS_ON_CATALYST && TEST_FAILS_ON_IOS && TEST_FAILS_ON_ANDROID //NullReferenceException throws on iOS and mac Issue link - https://github.com/dotnet/maui/issues/19642 and for Android: https://github.com/dotnet/maui/issues/30576
using NUnit.Framework;
using UITest.Appium;
using UITest.Core;
Expand Down