We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bea89ce commit 5f3fb87Copy full SHA for 5f3fb87
src/Tests/Analysis/AnalysisCrudTests.cs
@@ -9,6 +9,7 @@
9
namespace Tests.Analysis
10
{
11
12
+ [SkipVersion("<5.2.0", "This tests contains analyzers/tokenfilters not found in previous versions, need a clean way to seperate these out")]
13
public class AnalysisCrudTests
14
: CrudWithNoDeleteTestBase<ICreateIndexResponse, IGetIndexSettingsResponse, IUpdateIndexSettingsResponse>
15
0 commit comments