Skip to content

Commit 38ecac9

Browse files
ignore xunit tests
1 parent c1fd2f0 commit 38ecac9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Testimize.Tests/RealWorldExamples/XUnit/SampleMSTestTests.cs renamed to Testimize.Tests/RealWorldExamples/XUnit/SampleXUnitTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
using Testimize.OutputGenerators;
1717
using Testimize.Parameters.Core;
1818
using Testimize.Usage;
19-
using System;
2019
using Testimize.Xunit;
21-
using Xunit.Sdk;
2220
using System.Diagnostics;
2321

2422
namespace Testimize.Tests.RealWorldExamples.Xunit;
@@ -40,9 +38,10 @@ public static List<TestCase> ConfigureEngine() =>
4038
).Generate();
4139

4240

43-
[Category(Categories.CI)]
41+
//[Category(Categories.CI)]
4442
[Theory]
4543
[TestimizeGeneratedTestCases(nameof(ConfigureEngine))]
44+
[Ignore("There is a bug in the xUnit engine, it should be fixed in future releases.")]
4645
public void ValidateInputs(string textValue, string email, string phone, string anotherText)
4746
{
4847
Debug.WriteLine($"Running test with: {textValue}, {email}, {phone}, {anotherText}");

0 commit comments

Comments
 (0)