Skip to content

Commit e81fac3

Browse files
committed
Mark continuous testing for canary
1 parent 13cda3a commit e81fac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_tf_keras.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from __future__ import absolute_import
1414

1515
import os
16-
import pickle
1716

1817
import numpy as np
1918
import pytest
@@ -22,6 +21,7 @@
2221
from tests.integ import DATA_DIR
2322
from tests.integ.timeout import timeout_and_delete_endpoint_by_name, timeout
2423

24+
@pytest.mark.continuous_testing
2525
def test_keras(sagemaker_session, tf_full_version):
2626
script_path = os.path.join(DATA_DIR, 'cifar_10', 'source')
2727
dataset_path = os.path.join(DATA_DIR, 'cifar_10', 'data')

0 commit comments

Comments
 (0)