Skip to content

Commit ff57f4e

Browse files
committed
ignored startup tests for now
1 parent 716f28d commit ff57f4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Tests/Nest.Tests.Integration/Startup/StartupTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class StartupTests : IntegrationTests
2424
};
2525

2626
[Test]
27+
[Ignore]
2728
public void Calling_RootNodeInfo_TwiceInOneAssembly_IsFast()
2829
{
2930
using (var context = AppDomainContext.Create(_setupInfo))
@@ -43,6 +44,7 @@ public void Calling_RootNodeInfo_TwiceInOneAssembly_IsFast()
4344
}
4445

4546
[Test]
47+
[Ignore]
4648
public void Calling_RootNodeInfo_OnceInTwoAsemblies_SlowTwice()
4749
{
4850
using (var context = AppDomainContext.Create(_setupInfo))
@@ -66,6 +68,7 @@ public void Calling_RootNodeInfo_OnceInTwoAsemblies_SlowTwice()
6668

6769

6870
[Test]
71+
[Ignore]
6972
public void Calling_Search_TwiceInAppDomainIsFast()
7073
{
7174
using (var context = AppDomainContext.Create(_setupInfo))
@@ -85,6 +88,7 @@ public void Calling_Search_TwiceInAppDomainIsFast()
8588
}
8689

8790
[Test]
91+
[Ignore]
8892
public void Calling_Complex_TypedSearch_IsAlsoFaster_AfterBeingCalledOnce()
8993
{
9094
using (var context = AppDomainContext.Create(_setupInfo))

0 commit comments

Comments
 (0)