Skip to content

Commit efffa14

Browse files
authored
Disable translate API test (#5257)
Due to a regression in 7.11 currently this test fails. Once the server is fixed we can re-enable this test.
1 parent f1fd5d9 commit efffa14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Tests/XPack/Sql/TranslateSql/TranslateSqlQueryApiTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// See the LICENSE file in the project root for more information
44

55
using System;
6+
using Elastic.Elasticsearch.Xunit.XunitPlumbing;
67
using Elastic.Transport;
78
using FluentAssertions;
89
using Nest;
@@ -14,6 +15,8 @@
1415

1516
namespace Tests.XPack.Sql.TranslateSql
1617
{
18+
// TODO: Remove skip when https://github.com/elastic/elasticsearch/issues/67163 is fixed
19+
[SkipVersion(">1.0.0", "Open issue https://github.com/elastic/elasticsearch/issues/67163")]
1720
public class TranslateSqlApiTests
1821
: ApiIntegrationTestBase<XPackCluster, TranslateSqlResponse, ITranslateSqlRequest, TranslateSqlDescriptor, TranslateSqlRequest>
1922
{

0 commit comments

Comments
 (0)