Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
renaming the test method back to test
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Jun 11, 2014
1 parent 995220a commit 80deb2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/timeout_corner/stress_test.py
Expand Up @@ -53,10 +53,10 @@ def process_files(path):
c.close()

# Fixme: see https://github.com/SuperCowPowers/workbench/issues/40
def disabled():
def test():
''' stress_test test '''
main()

if __name__ == '__main__':
disabled()
test()

0 comments on commit 80deb2c

Please sign in to comment.