From a53505f8935fecedbc91589ab49002ee80f0bfa6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Tue, 22 Sep 2020 17:23:43 +0530 Subject: commenting email test --- tests/backendTest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/backendTest.py b/tests/backendTest.py index 12cefad..15c3f46 100644 --- a/tests/backendTest.py +++ b/tests/backendTest.py @@ -103,6 +103,6 @@ with tempfile.TemporaryDirectory() as directory: z = "Curie_Web_Result_"+str(jobID) zi = os.path.join(f,z) make_archive(zi, 'zip', directory) - email(zi) + #email(zi) mycursor.execute('UPDATE curieweb set done=1 where id="%s"' % (jobID)) mycon.commit() -- cgit v1.2.3