From 1f44e81d9c1b0272237c83d4f7cf01bf99c261fa Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Mon, 11 Jan 2021 11:46:52 +0000 Subject: [PATCH] Disable translate API test Due to a regression in 7.11 currently this test fails. Once the server is fixed we can re-enable this test. --- .../Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs b/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs index 2b7026fe584..fdb82f05ef5 100644 --- a/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs +++ b/tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs @@ -3,6 +3,7 @@ // See the LICENSE file in the project root for more information using System; +using Elastic.Elasticsearch.Xunit.XunitPlumbing; using Elastic.Transport; using FluentAssertions; using Nest; @@ -14,6 +15,8 @@ namespace Tests.XPack.Sql.TranslateSql { + // TODO: Remove skip when https://github.com/elastic/elasticsearch/issues/67163 is fixed + [SkipVersion(">1.0.0", "Open issue https://github.com/elastic/elasticsearch/issues/67163")] public class TranslateSqlApiTests : ApiIntegrationTestBase {