Skip two tests

This commit is contained in:
Vik Paruchuri
2013-02-05 14:57:59 -05:00
parent cae65706fd
commit ce87e6f221
2 changed files with 6 additions and 7 deletions

View File

@@ -91,10 +91,9 @@ class PeerGradingService(GradingService):
def try_to_decode(self, text):
try:
text= json.loads(text)
text = json.loads(text)
except:
pass
return text
"""