Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 committed Nov 17, 2022
1 parent 83e2b75 commit 10369f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions boa_tester/src/read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,6 @@ pub(super) fn read_suite(
let mut suites = Vec::new();
let mut tests = Vec::new();

// !ignored.contains_any_flag(self.flags)
// && !ignored.contains_test(&self.name)
// && !self
// .features
// .iter()
// .any(|feat| ignored.contains_feature(feat))
// TODO: iterate in parallel
for entry in path.read_dir().wrap_err("retrieving entry")? {
let entry = entry?;
Expand Down

0 comments on commit 10369f3

Please sign in to comment.