Skip to content

Commit

Permalink
test skipping tests that aren't vital to sde
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel40791765 committed Oct 12, 2023
1 parent 0918b93 commit 69eac8c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions util/all_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,17 @@
"cmd": ["ssl/ssl_test"]
},
{
"cmd": ["crypto/mem_test"]
"cmd": ["crypto/mem_test"],
"skip_sde": true,
},
{
"cmd": ["crypto/mem_set_test"]
"cmd": ["crypto/mem_set_test"],
"skip_sde": true,
},
{
"cmd": [
"crypto/dynamic_loading_test"
]
],
"skip_sde": true,
}
]

0 comments on commit 69eac8c

Please sign in to comment.