-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
bug πAn unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorbuild π₯feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalityneeds triage πtesting ποΈ
Description
Describe the problem this feature would solve
Unit tests, when ran by the build script, do not pass, whereas they do pass when run with Visual Studio Test Explorer.
Describe the bug
Steps to reproduce the behavior:
- Run unit tests for PR #4236 via the build script (i.e., not in Visual Studio Test Explorer)
- Errors are encountered via the build script, that do not appear when running in VS Test Explorer
Expected behavior
Unit tests, which are the same exact code, should behave similarly in different environments
Additional context & Screenshots
Visual Studio version: 16.11.2, Debug/X64
Metadata
Metadata
Assignees
Labels
bug πAn unexpected issue that highlights incorrect behaviorAn unexpected issue that highlights incorrect behaviorbuild π₯feature request π¬A request for new changes to improve functionalityA request for new changes to improve functionalityneeds triage πtesting ποΈ