Skip to content

Commit 2cfd7f1

Browse files
committed
Add no-cover pragma to the flaky and disabled SQIL performance test.
1 parent 7e618b0 commit 2cfd7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/algorithms/test_sqil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def test_sqil_performance_continuous(
247247
pytestconfig: pytest.Config,
248248
pendulum_single_venv: vec_env.VecEnv,
249249
rl_algo_class: Type[off_policy_algorithm.OffPolicyAlgorithm],
250-
):
250+
): # pragma: no cover
251251
rl_kwargs = dict(
252252
learning_starts=500,
253253
learning_rate=0.001,

0 commit comments

Comments
 (0)