Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Lint
  • Loading branch information
oandreeva-nv committed Aug 21, 2025
commit aeb9eb1dde0ea1b5d8236c22cf69128d7195a633
9 changes: 4 additions & 5 deletions tests/kvbm/test_determinism.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/usr/bin/env python3
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
Expand Down Expand Up @@ -32,10 +31,10 @@
# Todo: enable the rest when kvbm is built in the ci
pytestmark = [
pytest.mark.kvbm,
# pytest.mark.e2e,
# pytest.mark.slow,
# pytest.mark.nightly,
# pytest.mark.gpu_1,
# pytest.mark.e2e,
# pytest.mark.slow,
# pytest.mark.nightly,
# pytest.mark.gpu_1,
]


Expand Down
Loading