Skip to content

Commit

Permalink
Mark Node.js webapp as failing on Ubuntu 24 for host profiling scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
szegedi committed Jan 30, 2025
1 parent be0a69d commit 326e66f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/auto_inject/test_auto_inject_install.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ def test_profiling(self, virtual_machine):
@scenarios.host_auto_injection_install_script_profiling
class TestHostAutoInjectInstallScriptProfiling(base.AutoInjectBaseTest):
@parametrize_virtual_machines(
bugs=[{"vm_cpu": "arm64", "weblog_variant": "test-app-dotnet", "reason": "PROF-10783"}]
bugs=[
{"vm_cpu": "arm64", "weblog_variant": "test-app-dotnet", "reason": "PROF-10783"},
{"vm_name": "Ubuntu_24_amd64", "weblog-variant": "test-app-nodejs", "reason": "PROF-11264"},
{"vm_name": "Ubuntu_24_arm64", "weblog-variant": "test-app-nodejs", "reason": "PROF-11264"},
]
)
def test_profiling(self, virtual_machine):
logger.info(f"Launching test_install for : [{virtual_machine.name}]...")
Expand Down

0 comments on commit 326e66f

Please sign in to comment.