Skip to content

Commit 0bb9863

Browse files
authored
fix flaky test (#535)
1 parent f232b2a commit 0bb9863

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integ/test_rl.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ def test_coach_mxnet(sagemaker_session, rl_coach_full_version):
3333
with timeout(minutes=15):
3434
estimator.fit(wait='False')
3535

36-
estimator = RLEstimator.attach(estimator.latest_training_job.name)
36+
estimator = RLEstimator.attach(estimator.latest_training_job.name,
37+
sagemaker_session=sagemaker_session)
3738

3839
endpoint_name = 'test-mxnet-coach-deploy-{}'.format(sagemaker_timestamp())
3940

0 commit comments

Comments
 (0)