Skip to content

Commit

Permalink
Remove duplicate dedup_legacy_create in common.run
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Robert Evans <[email protected]>
Closes #16926
  • Loading branch information
rrevans authored Jan 6, 2025
1 parent dc0324b commit 3a445f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runfiles/common.run
Original file line number Diff line number Diff line change
Expand Up @@ -677,8 +677,8 @@ post =
tags = ['functional', 'deadman']

[tests/functional/dedup]
tests = ['dedup_legacy_create', 'dedup_fdt_create', 'dedup_fdt_import',
'dedup_legacy_create', 'dedup_legacy_import', 'dedup_legacy_fdt_upgrade',
tests = ['dedup_fdt_create', 'dedup_fdt_import', 'dedup_legacy_create',
'dedup_legacy_import', 'dedup_legacy_fdt_upgrade',
'dedup_legacy_fdt_mixed', 'dedup_quota']
pre =
post =
Expand Down

0 comments on commit 3a445f2

Please sign in to comment.