Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix and Re-enable Worker.ApplicationInsights.Tests #2780

Open
satvu opened this issue Oct 14, 2024 · 0 comments
Open

Fix and Re-enable Worker.ApplicationInsights.Tests #2780

satvu opened this issue Oct 14, 2024 · 0 comments
Labels
area: test Items related to test coverage for the repository

Comments

@satvu
Copy link
Member

satvu commented Oct 14, 2024

While fixing typos to reenable tests in #2773, it was discovered that this test suite was failing to build and run. Creating a separate issue to investigate these tests and reenable them. Once reenabled, they need to be added to eng/ci/templates/jobs/run-unit-tests.yml:

- task: DotNetCoreCLI@2
    displayName: Application Insights Tests
    inputs:
      command: test
      arguments: -v n
      projects: |
        **\Worker.ApplicationInsights.Tests.csproj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: test Items related to test coverage for the repository
Projects
None yet
Development

No branches or pull requests

2 participants