From 321eec05a9423218620a173d4d1724ef69276c88 Mon Sep 17 00:00:00 2001 From: Alex Sherstinsky Date: Sat, 21 Oct 2023 08:22:07 -0700 Subject: [PATCH] Troubleshooting the "slow" tests group in Azure DevOps CI. --- .github/workflows/pytest.yml | 14 +++++++------- tests/integration_tests/test_postprocessing.py | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 4ebb425ff47..e415e761ddb 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -210,15 +210,15 @@ jobs: # TODO: ALEX # TODO: ALEX # TODO: ALEX - # - "slow" + - "slow" # TODO: ALEX # TODO: ALEX - # - "integration_tests_a" - # - "integration_tests_b" - # - "integration_tests_c" - # - "integration_tests_d" - # - "integration_tests_e" - # - "integration_tests_f" + - "integration_tests_a" + - "integration_tests_b" + - "integration_tests_c" + - "integration_tests_d" + - "integration_tests_e" + - "integration_tests_f" # TODO: ALEX env: diff --git a/tests/integration_tests/test_postprocessing.py b/tests/integration_tests/test_postprocessing.py index faadb6880a2..8056977701f 100644 --- a/tests/integration_tests/test_postprocessing.py +++ b/tests/integration_tests/test_postprocessing.py @@ -52,7 +52,7 @@ def random_set_logits(*args, num_predict_samples, vocab_size, pct_positive, **kw # TODO: ALEX -@pytest.mark.alex_test +# @pytest.mark.alex_test # TODO: ALEX @pytest.mark.slow @pytest.mark.parametrize( @@ -119,7 +119,7 @@ def test_binary_predictions(tmpdir, backend, distinct_values, ray_cluster_2cpu): # TODO: ALEX -@pytest.mark.alex_test +# @pytest.mark.alex_test # TODO: ALEX @pytest.mark.slow @pytest.mark.parametrize(