diff --git a/tests/functional_tests/launch_scripts/active/L1_Launch_autoconfig_roundtrip.sh b/tests/functional_tests/launch_scripts/active/L1_Launch_autoconfig_roundtrip.sh deleted file mode 100755 index 2068b4bc17..0000000000 --- a/tests/functional_tests/launch_scripts/active/L1_Launch_autoconfig_roundtrip.sh +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright (c) 2025, NVIDIA CORPORATION. All rights reserved. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -#!/bin/bash -set -xeuo pipefail # Exit immediately if a command exits with a non-zero status - -export CUDA_VISIBLE_DEVICES="0,1" - -uv run coverage run --data-file=/opt/Megatron-Bridge/.coverage --source=/opt/Megatron-Bridge/ --parallel-mode -m pytest \ - -o log_cli=true -o log_cli_level=INFO -v -s -x -m "not pleasefixme" --tb=short -rA \ - -k "autoconfig_roundtrip" \ - tests/functional_tests/test_groups/models -coverage combine -q diff --git a/tests/functional_tests/test_groups/models/nemotronh/test_nemotron_h_conversion.py b/tests/functional_tests/test_groups/models/nemotronh/test_nemotron_h_conversion.py index 1c34f19c36..a23b06d730 100644 --- a/tests/functional_tests/test_groups/models/nemotronh/test_nemotron_h_conversion.py +++ b/tests/functional_tests/test_groups/models/nemotronh/test_nemotron_h_conversion.py @@ -603,6 +603,7 @@ def test_nemotron_3_nano_conversion_parallelism( raise @pytest.mark.run_only_on("GPU") + @pytest.mark.pleasefixme def test_nemotron_3_nano_autoconfig_roundtrip(self, nemotron_3_nano_toy_model_path, tmp_path): from tests.functional_tests.utils import autoconfig_roundtrip