diff options
author | Michael Adam <obnox@samba.org> | 2011-02-16 11:53:24 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-02-16 12:56:41 +0100 |
commit | 2e18c34d6247573d8215905e8989e3c010f144d6 (patch) | |
tree | 4fe5ef26b7468b1fe89b3c236b8288ca57caaf04 | |
parent | 18f4940de21f997a5d95a8c9a29916cce5c168be (diff) | |
download | samba-2e18c34d6247573d8215905e8989e3c010f144d6.tar.gz samba-2e18c34d6247573d8215905e8989e3c010f144d6.tar.xz samba-2e18c34d6247573d8215905e8989e3c010f144d6.zip |
s3:test: add the "blackbox.failure" test to the knownfail tests
This is designed to fail. Its purpose is to test our test infrastructure.
-rw-r--r-- | source3/selftest/knownfail | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/knownfail b/source3/selftest/knownfail index 661ec50d772..dc6180aafdc 100644 --- a/source3/selftest/knownfail +++ b/source3/selftest/knownfail @@ -1,3 +1,4 @@ +samba3.blackbox.failure # this is designed to fail, for testing our test infrastructure .*printer.*print_test_extended # fails on some hosts due to timing issues ? .*printer.*print_test # fails on some hosts due to timing issues ? samba3.posix_s3.rap.printing # fails sometimes on sn-devel |