1 parent b6dd72e commit 7b264f7Copy full SHA for 7b264f7
1 file changed
dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/MediaInputTest.cs
@@ -24,7 +24,7 @@ public sealed class MediaInputTest(ITestOutputHelper output) : IntegrationTest(o
24
private const string ImageReference = "https://sample-files.com/downloads/images/jpg/web_optimized_1200x800_97kb.jpg";
25
26
[Theory]
27
- [InlineData(ImageReference, "image/jpeg")]
+ [InlineData(ImageReference, "image/jpeg", Skip = "Failing consistently in the agent service api")]
28
[InlineData(PdfReference, "application/pdf", Skip = "Not currently supported by agent service api")]
29
public async Task ValidateFileUrlAsync(string fileSource, string mediaType)
30
{
0 commit comments