From bc20ca71f52faae5ef49e9b3065a0e39ba99d9c2 Mon Sep 17 00:00:00 2001 From: Mehmet Nuri Deveci <5735811+mndeveci@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:59:46 -0800 Subject: [PATCH] chore: remove dotnet6 from validate tests --- tests/integration/validate/test_validate_command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/validate/test_validate_command.py b/tests/integration/validate/test_validate_command.py index 34c81068f8..3b7642233d 100644 --- a/tests/integration/validate/test_validate_command.py +++ b/tests/integration/validate/test_validate_command.py @@ -169,7 +169,6 @@ def test_lint_supported_runtimes(self): } supported_runtimes = [ "dotnet8", - "dotnet6", "java21", "java17", "java11",