Skip to content

Commit

Permalink
chore: mark ui samples as manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ramezgerges committed Oct 17, 2024
1 parent b0c65c7 commit 9fb6003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace UITests.Windows_UI_Xaml_Shapes
{
[Sample("Shapes")]
[Sample("Shapes", IsManualTest = true)]
public sealed partial class Path_Clipping : Page
{
public Path_Clipping()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
using System;
using System.Threading.Tasks;
using Microsoft.UI.Xaml;
using Microsoft.UI.Xaml.Controls;
using Microsoft.UI.Xaml.Markup;
using Windows.Foundation;
using Microsoft.UI.Xaml.Media;
using Microsoft.UI.Xaml.Shapes;
using MUXControlsTestApp.Utilities;
using SamplesApp.UITests;
using Uno.UI.RuntimeTests.Helpers;
using Size = Windows.Foundation.Size;

namespace Uno.UI.RuntimeTests.Tests.Windows_UI_Xaml_Shapes
{
Expand Down

0 comments on commit 9fb6003

Please sign in to comment.