Skip to content

Commit fd760cf

Browse files
fabiocavCopilot
andauthored
Skip MetricsEventManager test on CI (backport) (#11333)
* Skip MetricsEventManager test on CI (backport) Applying dev changes to in-proc * Update test/WebJobs.Script.Tests.Integration/Diagnostics/MetricsEventManagerTests.cs Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1 parent 56ad449 commit fd760cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/WebJobs.Script.Tests.Integration/Diagnostics/MetricsEventManagerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ public async Task MetricsEventManager_MultipleConcurrentShortFunctionExecutions(
588588
ValidateFunctionExecutionEventArgumentsList(_functionExecutionEventArguments, concurrency);
589589
}
590590

591-
[Fact]
591+
[Fact(Skip = "Need to investigate why this fails on CI. Works locally.")]
592592
public async Task MetricsEventManager_MultipleConcurrentLongFunctionExecutions()
593593
{
594594
var taskList = new List<Task>();
@@ -970,4 +970,4 @@ public override string ToString()
970970
}
971971
}
972972
}
973-
}
973+
}

0 commit comments

Comments
 (0)