Skip to content

Commit

Permalink
containers: Remove aardvark-dns upstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Mar 7, 2025
1 parent 00273ae commit 0aa21f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 93 deletions.
5 changes: 1 addition & 4 deletions lib/main_containers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ sub load_container_tests {
return;
}

if (get_var('SKOPEO_BATS_SKIP') || get_var('RUNC_BATS_SKIP') || get_var('NETAVARK_BATS_SKIP') || get_var('AARDVARK_BATS_SKIP')) {
if (get_var('SKOPEO_BATS_SKIP') || get_var('RUNC_BATS_SKIP') || get_var('NETAVARK_BATS_SKIP')) {
if (!check_var('SKOPEO_BATS_SKIP', 'all')) {
loadtest 'containers/skopeo_integration' if (is_tumbleweed || is_microos || is_sle || is_leap || is_sle_micro('>=5.5'));
}
Expand All @@ -311,9 +311,6 @@ sub load_container_tests {
if (!check_var('NETAVARK_BATS_SKIP', 'all')) {
loadtest 'containers/netavark_integration' if (is_tumbleweed);
}
if (!check_var('AARDVARK_BATS_SKIP', 'all')) {
loadtest 'containers/aardvark_integration' if (is_tumbleweed);
}
return;
}

Expand Down
89 changes: 0 additions & 89 deletions tests/containers/aardvark_integration.pm

This file was deleted.

0 comments on commit 0aa21f2

Please sign in to comment.