Skip to content

Commit dec4af7

Browse files
committed
mark watcher stats integration test as unstable untill 6.7.0 see elastic/elasticsearch#39821
1 parent 04bedad commit dec4af7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Tests/Tests/XPack/Watcher/WatcherStats/WatcherStatsApiTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
using System;
22
using System.Linq;
3+
using Elastic.Xunit.XunitPlumbing;
34
using Elasticsearch.Net;
45
using FluentAssertions;
56
using Nest;
@@ -9,6 +10,8 @@
910

1011
namespace Tests.XPack.Watcher.WatcherStats
1112
{
13+
// can sometimes return an invalid cast exception
14+
[SkipVersion("<6.6.2", "https://github.com/elastic/elasticsearch/pull/39821")]
1215
public class WatcherStatsApiTests
1316
: ApiIntegrationTestBase<XPackCluster, IWatcherStatsResponse, IWatcherStatsRequest, WatcherStatsDescriptor, WatcherStatsRequest>
1417
{

0 commit comments

Comments
 (0)