Skip to content

Commit

Permalink
Skip flakey vue test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcauberer committed Nov 29, 2021
1 parent 7f81b00 commit d890f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_all_template_names():
template_tuples = []
template_types = ["backend", "database", "db-admin", "frontend"]
skipped_names = ["rocket", "faunadb", "gitea", "spring-gradle",
"gitlab", "adguard-home", "pi-hole"]
"gitlab", "adguard-home", "pi-hole", "vue", "live-poll"]
for template_type in template_types:
template_type_path = TEMPLATES_PATH + '/' + template_type
services = [f for f in listdir(template_type_path) if isdir(
Expand Down

0 comments on commit d890f94

Please sign in to comment.