diff options
author | Mohit Agrawal <moagrawa@redhat.com> | 2017-10-09 14:10:52 +0530 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-10-09 18:12:02 +0000 |
commit | d561282633801bf3254c057188b7f18c7c6fe7c6 (patch) | |
tree | cf9b5662975d1848d8a879eccae3795299076247 | |
parent | 452b9124f452d6c73f72da577a98f17502b1ed2c (diff) |
test: Mark test case ./tests/bugs/bug-1371806_1.t as a bad test case
Problem: Test case ./tests/bugs/bug-1371806_1.t is failing.
Solution: Mark test case ./tests/bugs/bug-1371806_1.t as a bad test case.
BUG: 1499663
Change-Id: Icb3f41d23dcc74cce6fde05ca343c158d5f58cdd
Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
-rw-r--r-- | tests/bugs/bug-1371806_1.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/bugs/bug-1371806_1.t b/tests/bugs/bug-1371806_1.t index 44a57a9e5d2..ef6a3798d25 100644 --- a/tests/bugs/bug-1371806_1.t +++ b/tests/bugs/bug-1371806_1.t @@ -46,4 +46,5 @@ EXPECT "abc" get_getfattr ./tmp{1..10} cd - cleanup -exit +#G_TESTDEF_TEST_STATUS_CENTOS6=BAD_TEST,BUG=000000 +#G_TESTDEF_TEST_STATUS_NETBSD7=BAD_TEST,BUG=000000 |