Skip to content

Commit c3ca16e

Browse files
Disable durable test for Stop-DurableOrchestration (#641)
1 parent 963c016 commit c3ca16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/E2E/Azure.Functions.PowerShellWorker.E2E/Azure.Functions.PowerShellWorker.E2E/DurableEndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ private async Task ExternalEventClientSendsExternalEvents() {
415415
}
416416
}
417417

418-
[Fact]
418+
[Fact(Skip = "https://github.com/Azure/azure-functions-powershell-worker/issues/640")]
419419
public async Task DurableClientTerminatesOrchestration()
420420
{
421421
var initialResponse = await Utilities.GetHttpTriggerResponse("DurableClientTerminating", queryString: string.Empty);

0 commit comments

Comments
 (0)