summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl')
-rwxr-xr-xTAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl
index fab6c404097..f0383244ded 100755
--- a/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl
+++ b/TAO/tests/Portable_Interceptors/Collocated/Service_Context_Manipulation/run_test.pl
@@ -8,6 +8,15 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
use lib '../../../../../bin';
use PerlACE::Run_Test;
+print STDERR <<EOF;
+INFO: Do not expect this test to work until portable interceptors
+INFO: get invoked during thru_POA colocation optimizations.
+INFO:
+INFO: See http://deuce.doc.wustl.edu/bugzilla/show_bug.cgi?id=586
+INFO: for more information.
+
+EOF
+
$iorfile = PerlACE::LocalFile ("test.ior");
unlink $iorfile;
$status = 0;