Skip to content

Commit ef99b78

Browse files
committed
Comments out test sections that likely are no longer needed until concensus is reached
1 parent 281adba commit ef99b78

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test_replays/test_all.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ def test_1():
9999
assert sent_to_all(msg) == True
100100

101101
# Uncathegorized tests
102+
"""
103+
# I don't think we need this code anymore - see the profile.py tool
102104
103105
def proxy():
104106
file_list = []
@@ -131,3 +133,4 @@ def test_performace():
131133
print t.timeit()
132134
133135
assert 1 == 0
136+
"""

0 commit comments

Comments
 (0)