Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit eb77bda

Browse files
authored
[Tests] Stop running the performance rendering tests (#12072)
1 parent 1c354a3 commit eb77bda

File tree

1 file changed

+1
-1
lines changed
  • Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/PerformanceGallery

1 file changed

+1
-1
lines changed

Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/PerformanceGallery/PerformanceGallery.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ void NextButton_Clicked(object sender, EventArgs e)
192192
ViewModel.RunTest(_TestCases[_TestNumber++]);
193193
}
194194

195-
#if UITEST
195+
#if false && UITEST
196196

197197
double TopThreshold => 1 + Threshold;
198198
double BottomThreshold => 1 - Threshold;

0 commit comments

Comments
 (0)