Skip to content

Commit

Permalink
Update use_case_groups.json
Browse files Browse the repository at this point in the history
Return all the short_range use case test  "run" values back to false
  • Loading branch information
bikegeek authored Oct 15, 2024
1 parent a91199c commit 8bd3e80
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/parm/use_case_groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,49 +238,49 @@
{
"category": "short_range",
"index_list": "1",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "2-6",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "7",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "8",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "9",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "10-12",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "13",
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "14",
"disabled": true,
"run": true
"run": false
},
{
"category": "short_range",
"index_list": "15",
"disabled": true,
"run":true
"run":false
},
{
"category": "space_weather",
Expand Down

0 comments on commit 8bd3e80

Please sign in to comment.