Skip to content

Commit

Permalink
Troubleshooting the "slow" tests group in Azure DevOps CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsherstinsky committed Oct 21, 2023
1 parent 521d93e commit 321eec0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,15 +210,15 @@ jobs:
# TODO: <Alex>ALEX</Alex>
# TODO: <Alex>ALEX</Alex>
# TODO: <Alex>ALEX</Alex>
# - "slow"
- "slow"
# TODO: <Alex>ALEX</Alex>
# TODO: <Alex>ALEX</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>ALEX</Alex>

env:
Expand Down
4 changes: 2 additions & 2 deletions tests/integration_tests/test_postprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def random_set_logits(*args, num_predict_samples, vocab_size, pct_positive, **kw


# TODO: <Alex>ALEX</Alex>
@pytest.mark.alex_test
# @pytest.mark.alex_test
# TODO: <Alex>ALEX</Alex>
@pytest.mark.slow
@pytest.mark.parametrize(
Expand Down Expand Up @@ -119,7 +119,7 @@ def test_binary_predictions(tmpdir, backend, distinct_values, ray_cluster_2cpu):


# TODO: <Alex>ALEX</Alex>
@pytest.mark.alex_test
# @pytest.mark.alex_test
# TODO: <Alex>ALEX</Alex>
@pytest.mark.slow
@pytest.mark.parametrize(
Expand Down

0 comments on commit 321eec0

Please sign in to comment.