diff --git a/testsuite/expect/test12.6 b/testsuite/expect/test12.6 index 91a94a1078dbebbeccea07be431e9895df8f7eea..9d9e30dad599f438e95b6a7a19ec9ff2190bddf0 100755 --- a/testsuite/expect/test12.6 +++ b/testsuite/expect/test12.6 @@ -85,6 +85,11 @@ expect { set job_id $expect_out(1,string) exp_continue } + -re "error: PROFILE: Impossible to create the table" { + send_user "\nWARNING: This error is cause by a bug in HDF5 1.10.0, and is fixed in 1.10.1. Please upgrade to run this test.\n" + exec rm -f $file_prog + exit 0; + } -re "error:" { send_user "\nFAILURE: something happened on start of job\n" exit 1