Skip to content
Snippets Groups Projects
Commit 67a3f132 authored by Harsha Muralidhar's avatar Harsha Muralidhar :speech_balloon: Committed by David Dieulivol
Browse files

[E2E] Exclude vulnerability training spec from airgapped

parent b716d7f7
No related branches found
No related tags found
1 merge request!122575[E2E] Exclude vulnerability training spec from airgapped
......@@ -47,7 +47,7 @@ airgapped:
- .parallel
variables:
QA_SCENARIO: "Test::Instance::Airgapped"
QA_RSPEC_TAGS: "--tag '~github' --tag '~skip_live_env'"
QA_RSPEC_TAGS: "--tag '~github' --tag '~external_api_calls' --tag '~skip_live_env'"
instance-image-slow-network:
extends:
......
# frozen_string_literal: true
module QA
RSpec.describe 'Govern', :runner, product_group: :threat_insights do
RSpec.describe 'Govern', :runner, :external_api_calls, product_group: :threat_insights do
describe 'Vulnerability Report Security Training' do
let(:vuln_name) { "Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')" }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment