Commit 755981c1 authored by Chloe Liu's avatar Chloe Liu

Remove nuget package e2e tests from reliable suite

parent 7f9cd804
......@@ -260,9 +260,9 @@ module QA
def runners(tag_list: nil)
response = if tag_list
get Runtime::API::Request.new(api_client, "#{api_runners_path}?tag_list=#{tag_list.compact.join(',')}").url
get Runtime::API::Request.new(api_client, "#{api_runners_path}?tag_list=#{tag_list.compact.join(',')}", per_page: '100').url
else
get Runtime::API::Request.new(api_client, "#{api_runners_path}").url
get Runtime::API::Request.new(api_client, "#{api_runners_path}", per_page: '100').url
end
parse_body(response)
......
......@@ -3,7 +3,7 @@
require 'securerandom'
module QA
RSpec.describe 'Package', :orchestrated, :packages, :reliable do
RSpec.describe 'Package', :orchestrated, :packages do
describe 'NuGet Repository' do
include Runtime::Fixtures
let(:project) do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment