diff --git a/src/tests/ftest/erasurecode/restart.py b/src/tests/ftest/erasurecode/restart.py index 959c2dcee2a..4b37e517156 100644 --- a/src/tests/ftest/erasurecode/restart.py +++ b/src/tests/ftest/erasurecode/restart.py @@ -1,5 +1,5 @@ """ - (C) Copyright 2020-2023 Intel Corporation. + (C) Copyright 2020-2024 Intel Corporation. SPDX-License-Identifier: BSD-2-Clause-Patent """ @@ -122,7 +122,6 @@ def execution(self, agg_check=None): "hosts": self.hostlist_clients, "path": self.workdir, "slots": None, - "group": self.server_group, "pool": self.pool, "container": None, "processes": processes,