Skip to content

Conversation

@rogerbarreto
Copy link
Member

Motivation and Context

Integration Tests failing consistently and blocking further .NET PR's merge.

[xUnit.net 00:00:19.41]         RESPONSE: 
  Failed Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests.MediaInputTest.ValidateFileUrlAsync(fileSource: "https://sample-files.com/downloads/images/jpg/web_"···, mediaType: "image/jpeg") [18 s]
  Error Message:
   Assert.NotEmpty() Failure: Collection was empty
  Stack Trace:
     at Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests.MediaInputTest.<ValidateFileAsync>d__8.MoveNext() in D:\a\agent-framework\agent-framework\dotnet\tests\Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests\MediaInputTest.cs:line 84
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests.MediaInputTest.<ValidateFileUrlAsync>d__4.MoveNext() in D:\a\agent-framework\agent-framework\dotnet\tests\Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests\MediaInputTest.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  Standard Output Messages:
 File: https://sample-files.com/downloads/images/jpg/web_optimized_1200x800_97kb.jpg

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses consistently failing integration tests by skipping a test case that's blocking .NET PR merges. The test is failing due to issues in the agent service API when processing image URLs.

Key Changes:

  • Added Skip attribute to the ImageReference test case in ValidateFileUrlAsync with an explanation of the failure

@rogerbarreto rogerbarreto added this pull request to the merge queue Dec 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 16, 2025
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Dec 16, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 16, 2025
@markwallace-microsoft markwallace-microsoft added this pull request to the merge queue Dec 16, 2025
Merged via the queue into microsoft:main with commit 3a7047f Dec 16, 2025
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

SYSTEM_READY >> ...MS