Browse Source

Disabled stability tests on Github Actions to minimize costs

Marcin Ziąbek 3 months ago
parent
commit
383dd1c2d2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Source/QuestPDF.ReportSample/Tests.cs

+ 2 - 0
Source/QuestPDF.ReportSample/Tests.cs

@@ -48,6 +48,7 @@ namespace QuestPDF.ReportSample
         }
         
         [Test]
+        [Ignore("This test is for manual testing only.")]
         public void StabilityTesting()
         {
             Parallel.ForEach(Enumerable.Range(0, 1000), i =>
@@ -59,6 +60,7 @@ namespace QuestPDF.ReportSample
         }
         
         [Test]
+        [Ignore("This test is for manual testing only.")]
         public async Task CheckFinalizersStability()
         {
             Settings.EnableCaching = true;