Skip to content

Commit 6b114d7

Browse files
authored
skip flaky test (#262)
1 parent 055b71e commit 6b114d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tensorflow2/test_keras_mirrored.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def test_include_regex(out_dir, tf_eager_mode, workers):
376376
)
377377

378378

379-
@pytest.mark.slow
379+
@pytest.mark.skip # Skipping this test for 0.8.1 because it is flaky
380380
@pytest.mark.parametrize("workers", ["one", "all"])
381381
def test_include_regex_opt_var(out_dir, tf_eager_mode, workers):
382382
include_collections = ["custom_optimizer_variables"]

0 commit comments

Comments
 (0)