summaryrefslogtreecommitdiff
path: root/testapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'testapp.c')
-rw-r--r--testapp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testapp.c b/testapp.c
index 729df6f..2d71d8e 100644
--- a/testapp.c
+++ b/testapp.c
@@ -1679,6 +1679,10 @@ static enum test_return test_issue_101(void) {
int ii = 0;
pid_t child = 0;
+ if (getenv("SKIP_TEST_101") != NULL) {
+ return TEST_SKIP;
+ }
+
const char *command = "stats\r\nstats\r\nstats\r\nstats\r\nstats\r\n";
size_t cmdlen = strlen(command);