Skip to content

Commit 038c748

Browse files
committed
Skip Validate_HostLogs test
1 parent e4c8726 commit 038c748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests.Integration/ApplicationInsights/ApplicationInsightsEndToEndTestsBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private void ValidateException(ExceptionTelemetry telemetry, string expectedInvo
235235
ValidateTelemetry(telemetry, expectedInvocationId, expectedOperationName, expectedCategory, SeverityLevel.Error);
236236
}
237237

238-
[Fact]
238+
[Fact(Skip = "Disabled due to https://github.com/Azure/azure-functions-host/issues/6521")]
239239
public async Task Validate_HostLogs()
240240
{
241241
// Validate the host startup traces. Order by message string as the requests may come in

0 commit comments

Comments
 (0)