Skip to content

Commit 863e22c

Browse files
authored
exclude specflowcompatibility tests (#172)
1 parent 65c8ba4 commit 863e22c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Connector/Reqnroll.VisualStudio.ReqnrollConnector.Tests/ExternalSampleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public void ReqOverflow(string testCase, string projectFile, string repositoryDi
1818
}
1919

2020
private const string IgnoredExploratoryTestProjects =
21-
"SpecFlowCompatibilityProject.Net472;CleanReqnrollProject.Net481.x86;VsExtConnectorTestSamples.NetFwSystemDataDep";
21+
"SpecFlowCompatibilityProject.Net8;SpecFlowCompatibilityProject.Net10;SpecFlowCompatibilityProject.Net472;CleanReqnrollProject.Net481.x86;VsExtConnectorTestSamples.NetFwSystemDataDep";
2222

2323
[Theory]
2424
[MemberData(nameof(GetProjectsForRepository), "https://github.com/reqnroll/Reqnroll.ExploratoryTestProjects", $"BigReqnrollProject;SpecFlowProject;OldProjectFileFormat.Empty;ReqnrollFormatters.CustomizedHtml;CustomPlugins.TagDecoratorGeneratorPlugin;{IgnoredExploratoryTestProjects}")]

0 commit comments

Comments
 (0)