Skip to content

Commit 6c3bcf2

Browse files
committed
Support other test-suites
I know of no issues with other suites now, so I guess they are fully supported.
1 parent 8a75a6f commit 6c3bcf2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lnt/server/ui/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -955,9 +955,6 @@ def load_geomean_data(field, machine, limit, xaxis_date, revision_cache=None):
955955
def v4_tableau():
956956
""" Tableau WDC."""
957957
ts = request.get_testsuite()
958-
# TODO: fixup data type exporting to support all test suites.
959-
if ts.name != "nts":
960-
flash("Support for non-nts suites is experimental: suite is " + ts.name, FLASH_DANGER)
961958
return render_template("v4_tableau.html")
962959

963960

0 commit comments

Comments
 (0)