Skip to content

Commit

Permalink
Saving progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsdotpm committed Feb 29, 2016
1 parent 7c4b142 commit 8538928
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions storjnode/network/bandwidth/test.py
Expand Up @@ -343,10 +343,7 @@ def start(self, node_unl, test_size=None, timeout=None):
)
except MemoryError:
_log.debug("memory error")
<<<<<<< HEAD
=======
shard.close()
>>>>>>> develop
self.reset_state()
return

Expand Down
2 changes: 1 addition & 1 deletion tests/network/bandwidth_test_with_dht.py
Expand Up @@ -139,7 +139,7 @@ def rejection_results(ret):


class TestBandwidthTestWithDHT(unittest.TestCase):
# @unittest.skip("Too slow")
@unittest.skip("Too slow")
def test_bandwidth_test_with_dht(self):
bandwidth_test_with_dht()

Expand Down

0 comments on commit 8538928

Please sign in to comment.