Skip to content

Commit

Permalink
skip xpack usage/info on CI, tad flakey due to elastic/elasticsearch#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Aug 6, 2019
1 parent 0ec6559 commit ce33936
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Tests/Tests/XPack/Info/XPackInfoApiTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
using FluentAssertions;
using Nest;
using Tests.Core.ManagedElasticsearch.Clusters;
using Tests.Core.Xunit;
using Tests.Framework.EndpointTests;
using Tests.Framework.EndpointTests.TestState;

namespace Tests.XPack.Info
{
[SkipVersion("<6.8.0", "All APIs exist in Elasticsearch 6.8.0")]
[SkipOnCi] //TODO https://github.com/elastic/elasticsearch/issues/45250
public class XPackInfoApiTests : CoordinatedIntegrationTestBase<XPackCluster>
{
private const string XPackInfoStep = nameof(XPackInfoStep);
Expand Down

0 comments on commit ce33936

Please sign in to comment.