Only run test/integration/sdallocx non-reentrantly.
This is a temporary workaround until we add some beefier CI machines. Right now, we're seeing too many OOMs for this to be useful.
This commit is contained in:
parent
e6aeceb606
commit
7c22ea7a93
@ -49,7 +49,7 @@ TEST_END
|
||||
|
||||
int
|
||||
main(void) {
|
||||
return test(
|
||||
return test_no_reentrancy(
|
||||
test_basic,
|
||||
test_alignment_and_size);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user