We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d8a7d commit 1aa644eCopy full SHA for 1aa644e
src/Tests/ClientConcepts/Exceptions/ExceptionTests.cs
@@ -3,13 +3,17 @@
3
using Nest;
4
using System;
5
using Tests.Framework;
6
+using Tests.Framework.Integration;
7
using Tests.Framework.MockData;
8
using Xunit;
9
10
namespace Tests.ClientConcepts.Exceptions
11
{
12
+ [Collection(IntegrationContext.Indexing)]
13
public class ExceptionTests
14
15
+ public ExceptionTests(IndexingCluster cluster, EndpointUsage usage) { }
16
+
17
[I]
18
public void ServerTestWhenThrowExceptionsEnabled()
19
0 commit comments