Skip to content

Commit a5d490a

Browse files
committed
test: Mark flake8 untested if it seems broken
https://bugzilla.redhat.com/show_bug.cgi?id=1591961
1 parent 6526596 commit a5d490a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/lib/completions/flake8.exp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ proc teardown {} {
1111
setup
1212

1313

14+
# https://bugzilla.redhat.com/show_bug.cgi?id=1591961
15+
if {[assert_exec {flake8 --help} "" "" "untested"]} {
16+
1417
assert_complete_any "flake8 "
1518
sync_after_int
1619

@@ -20,5 +23,6 @@ sync_after_int
2023
assert_no_complete "flake8 --doesnt-exist="
2124
sync_after_int
2225

26+
}
2327

2428
teardown

0 commit comments

Comments
 (0)