Skip to content

Commit

Permalink
Skipped TestCancelEncoder
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrohanea committed Dec 26, 2024
1 parent bde50f6 commit 01be260
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ protected override void TerminateWithSuccess()
protected override TestRunner GetTestRunner(LogWriter logWriter)
{
var testRunner = base.GetTestRunner(logWriter);
testRunner.SkipCategories(["SkipOnIos"]);
return testRunner;
}
}
Expand Down
3 changes: 1 addition & 2 deletions tests/Whisper.net.Tests/ProcessFunctionalTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ public async Task TestHappyFlow()
segments.Should().Contain(segmentData => segmentData.Text.Contains("nation should commit"));
}

[Fact]
[Category("SkipOnIos")]
[Fact(Skip = "Skipping for now, for some reason not working on ios, see #308")]
public async Task TestCancelEncoder()
{
var segments = new List<SegmentData>();
Expand Down

0 comments on commit 01be260

Please sign in to comment.