diff options
author | Guido van Rossum <guido@python.org> | 2003-01-06 15:45:11 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2003-01-06 15:45:11 (GMT) |
commit | 11ae4e20e02c63fc63494728f1c162611b2d0328 (patch) | |
tree | b55a15c898b7d3245394dde95057acfca0318d41 | |
parent | 34a2e0858662fc314fe5d27048654eb74cee3148 (diff) | |
download | cpython-11ae4e20e02c63fc63494728f1c162611b2d0328.zip cpython-11ae4e20e02c63fc63494728f1c162611b2d0328.tar.gz cpython-11ae4e20e02c63fc63494728f1c162611b2d0328.tar.bz2 |
Disable the Bastion test now that Bastion is out of grace.
-rw-r--r-- | Lib/test/test_bastion.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Lib/test/test_bastion.py b/Lib/test/test_bastion.py index 0a1ded7..4760ec8 100644 --- a/Lib/test/test_bastion.py +++ b/Lib/test/test_bastion.py @@ -1,3 +1,3 @@ -import Bastion - -Bastion._test() +##import Bastion +## +##Bastion._test() |