Skip to content

Commit

Permalink
Disable debugger exploration tests (#6085)
Browse files Browse the repository at this point in the history
## Summary of changes

Disables the debugger exploration tests

## Reason for change

They're all completely broken

## Implementation details

Disable the tests until debugger team can look into them

## Test coverage

This is the test
  • Loading branch information
andrewlock authored Sep 26, 2024
1 parent 0f7aba2 commit efe3ae0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions tracer/build/_build/Build.VariableGenerations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,11 @@ void GenerateExplorationTestMatrices()
useCases.Add(global::ExplorationTestUseCase.Tracer.ToString());
}
if (isDebuggerChanged)
{
useCases.Add(global::ExplorationTestUseCase.Debugger.ToString());
}
// Debugger exploration tests are currently all broken, so disabling
// if (isDebuggerChanged)
// {
// useCases.Add(global::ExplorationTestUseCase.Debugger.ToString());
// }
if (isProfilerChanged)
{
Expand Down

0 comments on commit efe3ae0

Please sign in to comment.