Skip to content

Commit c3a8cd2

Browse files
committed
skip test on CI
1 parent 1d0ba78 commit c3a8cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-integration/Elastic.Assembler.IntegrationTests/NavigationBuildingTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace Elastic.Assembler.IntegrationTests;
2626

2727
public class NavigationBuildingTests(DocumentationFixture fixture, ITestOutputHelper output) : IAsyncLifetime
2828
{
29-
[Fact]
29+
[Fact(Skip = "Disabling this since it can't run on CI, dig in why Assert.SkipWhen doesn't work")]
3030
public async Task AssertRealNavigation()
3131
{
3232
//Skipping on CI since this relies on checking out private repositories

0 commit comments

Comments
 (0)