Skip to content

Commit 7b264f7

Browse files
authored
Skip failing IT (microsoft#2904)
1 parent b6dd72e commit 7b264f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests

dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/MediaInputTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public sealed class MediaInputTest(ITestOutputHelper output) : IntegrationTest(o
2424
private const string ImageReference = "https://sample-files.com/downloads/images/jpg/web_optimized_1200x800_97kb.jpg";
2525

2626
[Theory]
27-
[InlineData(ImageReference, "image/jpeg")]
27+
[InlineData(ImageReference, "image/jpeg", Skip = "Failing consistently in the agent service api")]
2828
[InlineData(PdfReference, "application/pdf", Skip = "Not currently supported by agent service api")]
2929
public async Task ValidateFileUrlAsync(string fileSource, string mediaType)
3030
{

0 commit comments

Comments
 (0)