Skip to content
Snippets Groups Projects
Commit 70c5047e authored by Danny Auble's avatar Danny Auble
Browse files

CRAY - Disable test since it will not run correctly

parent 5772c883
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ print_header $test_id ...@@ -44,7 +44,7 @@ print_header $test_id
# #
# Test is incompatible with proctrack/aix, proctrack/rms, proctrack/sgi_job, # Test is incompatible with proctrack/aix, proctrack/rms, proctrack/sgi_job,
# and switch/elan # proctrack/cray, and switch/elan
# #
# Each leave open files, although we could clear the proctrack related files # Each leave open files, although we could clear the proctrack related files
# by just closing all files after fd=3. Closing all files from switch/elan # by just closing all files after fd=3. Closing all files from switch/elan
...@@ -74,6 +74,11 @@ expect { ...@@ -74,6 +74,11 @@ expect {
set invalid 1 set invalid 1
exp_continue exp_continue
} }
-re "proctrack/cray" {
send_user "\nWARNING: test incompatible with proctrack/cray\n"
set invalid 1
exp_continue
}
-re "switch/elan" { -re "switch/elan" {
send_user "\nWARNING: test incompatible with switch/elan\n" send_user "\nWARNING: test incompatible with switch/elan\n"
set invalid 1 set invalid 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment