Skip to content

Commit

Permalink
temporarily ignore the hidden test case #842
Browse files Browse the repository at this point in the history
  • Loading branch information
shunguoy committed Jun 19, 2024
1 parent eef2082 commit bf3052d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ var skipList = [
// Blank titles are removed from the DOM
path.join(process.cwd(), "..", "accessibility-checker-engine", "test", "v2", "checker", "accessibility", "rules", "page_title_valid_ruleunit","Title-empty.html"),
path.join(process.cwd(), "..", "accessibility-checker-engine", "test", "v2", "checker", "accessibility", "rules", "page_title_valid_ruleunit","Title-invalidSpaces.html"),


// TODO: temprarily ignore till the issue is resolved: https://github.com/IBMa/equal-access/issues/1932
path.join(process.cwd(), "..", "accessibility-checker-engine", "test", "v2", "checker", "accessibility", "rules", "aria_attribute_conflict_ruleunit","aria-hidden.html"),
]

var skipMap = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,10 @@ var skipList = [
path.join(testRoot, "page_title_valid_ruleunit","Title-empty.html"),
path.join(testRoot, "page_title_valid_ruleunit", "Title-invalidSpaces.html"),
path.join(testRoot, "style_color_misuse_ruleunit", "D543.html"),
path.join(testRoot, "style_before_after_review_ruleunit", "D100.html")
path.join(testRoot, "style_before_after_review_ruleunit", "D100.html"),

// TODO: temprarily ignore till the issue is resolved: https://github.com/IBMa/equal-access/issues/1932
path.join(testRoot, "aria_attribute_conflict_ruleunit","aria-hidden.html")
]

var skipMap = {}
Expand Down

0 comments on commit bf3052d

Please sign in to comment.