Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ public async Task CreatesWorkflowEndToEndActivities_WithCorrectName_DefaultAsync
await this.TestWorkflowEndToEndActivitiesAsync("Default");
}

[Fact]
[Fact(Skip = "Flaky test - temporarily disabled")]
Comment thread
rogerbarreto marked this conversation as resolved.
Outdated
public async Task CreatesWorkflowEndToEndActivities_WithCorrectName_OffThreadAsync()
{
await this.TestWorkflowEndToEndActivitiesAsync("OffThread");
Expand Down
Loading