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:
David Goldblatt 2017-07-24 12:56:02 -07:00 committed by David Goldblatt
parent e6aeceb606
commit 7c22ea7a93

View File

@ -49,7 +49,7 @@ TEST_END
int int
main(void) { main(void) {
return test( return test_no_reentrancy(
test_basic, test_basic,
test_alignment_and_size); test_alignment_and_size);
} }