Forráskód Böngészése

Disabled stability tests on Github Actions to minimize costs

Marcin Ziąbek 3 hónapja
szülő
commit
383dd1c2d2
1 módosított fájl, 2 hozzáadás és 0 törlés
  1. 2 0
      Source/QuestPDF.ReportSample/Tests.cs

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

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