Skip to content

Commit 4ba6465

Browse files
committed
Skip machine learning api tests on TC as the agents are underpowered
1 parent 0611575 commit 4ba6465

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tests/Tests/XPack/MachineLearning/MachineLearningIntegrationTestBase.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
using Elastic.Xunit.XunitPlumbing;
44
using Elasticsearch.Net;
55
using Nest;
6+
using Tests.Core.Xunit;
67
using Tests.Domain;
78
using Tests.Framework;
89
using Tests.Framework.Integration;
@@ -11,6 +12,7 @@
1112
namespace Tests.XPack.MachineLearning
1213
{
1314
[SkipVersion("<5.5.0", "Machine Learning does not exist in previous versions")]
15+
[SkipOnTeamCity]
1416
public abstract class MachineLearningIntegrationTestBase<TResponse, TInterface, TDescriptor, TInitializer>
1517
: ApiIntegrationTestBase<MachineLearningCluster, TResponse, TInterface, TDescriptor, TInitializer>
1618
where TResponse : class, IResponse

0 commit comments

Comments
 (0)