diff options
Diffstat (limited to 'cpp/allTests.py')
-rwxr-xr-x | cpp/allTests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/allTests.py b/cpp/allTests.py index c801c7b9dfd..83ab66c5192 100755 --- a/cpp/allTests.py +++ b/cpp/allTests.py @@ -93,7 +93,7 @@ tests = [ \ # if TestUtil.isCygwin() == 0: tests += [ \ - "Glacier/starter", \ + # "Glacier/starter", \ # Glacier removed from the source tree, so this list is empty for now. ] def usage(): |