Skip to content

Commit 58c5964

Browse files
authored
Disable diagnostics pytests (#1532)
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]> Fixes #1531 Skip `class TestInfoCollect` to avoid intermittent failures in the unit tests given that the diagnostics feature is not maintained.
1 parent 14255f4 commit 58c5964

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

user_tools/tests/test_diagnostic.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023, NVIDIA CORPORATION.
1+
# Copyright (c) 2023-2025, NVIDIA CORPORATION.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -25,6 +25,7 @@
2525
from .mock_cluster import mock_live_cluster
2626

2727

28+
@pytest.mark.skip(reason="The cluster's env diagnostics tool is not maintained")
2829
@pytest.mark.parametrize('cloud', ['dataproc', 'emr', 'databricks-aws', 'databricks-azure'])
2930
class TestInfoCollect:
3031
"""Test info collect functions."""

0 commit comments

Comments
 (0)