<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1679,6 +1679,10 @@ static enum test_return test_issue_101(void) {
     int ii = 0;
     pid_t child = 0;
 
+    if (getenv(&quot;SKIP_TEST_101&quot;) != NULL) {
+        return TEST_SKIP;
+    }
+
     const char *command = &quot;stats\r\nstats\r\nstats\r\nstats\r\nstats\r\n&quot;;
     size_t cmdlen = strlen(command);
 </diff>
      <filename>testapp.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>780a257b007e34423f0e87f40d45133fdd7e7e1f</id>
    </parent>
  </parents>
  <author>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </author>
  <url>http://github.com/dormando/memcached/commit/655a3a81cad88d601bc57e74489308dabe24910d</url>
  <id>655a3a81cad88d601bc57e74489308dabe24910d</id>
  <committed-date>2009-10-30T19:02:12-07:00</committed-date>
  <authored-date>2009-10-30T19:02:12-07:00</authored-date>
  <message>Enable test for bug101 to be skipped.

This can potentially use a lot of memory on a host and some of the
build slaves don't like that too much.

It will run everywhere by default, but may be disabled by setting the
SKIP_TEST_101 environment variable.</message>
  <tree>3c680165c0391d4ac0b0bf671ce7218c12a90ba9</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
