Changeset: 0a352adb15f8 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0a352adb15f8
Modified Files:
        testing/Mtest.py.in
Branch: Jul2021
Log Message:

Also on testweb, skip known to fail tests on release branches.


diffs (12 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3436,7 +3436,7 @@ def main(argv) :
     nomito = opts.nomito
     global restart
     restart = opts.restart
-    if testweb or int(MonetDB_VERSION[1])%2 == 0 or opts.alltests or 
CONDITIONALS['MERCURIAL']:
+    if int(MonetDB_VERSION[1])%2 == 0 or opts.alltests:
         CONDITIONALS['KNOWNFAIL'] = 'execute'
     par['TIMEOUT'] = opts.timeout
     env['GDK_DEBUG'] = str(opts.debug)
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to