Skip to content

Commit 5f3fb87

Browse files
committed
analysis crud tests disabled for <5.2.0 while we figure out a way to cleanly optionally include new filters based on the version we test against
1 parent bea89ce commit 5f3fb87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Tests/Analysis/AnalysisCrudTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
namespace Tests.Analysis
1010
{
1111

12+
[SkipVersion("<5.2.0", "This tests contains analyzers/tokenfilters not found in previous versions, need a clean way to seperate these out")]
1213
public class AnalysisCrudTests
1314
: CrudWithNoDeleteTestBase<ICreateIndexResponse, IGetIndexSettingsResponse, IUpdateIndexSettingsResponse>
1415
{

0 commit comments

Comments
 (0)