Skip to content

Commit

Permalink
[ci] fix cleanup in one test, which broke the search test
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jul 13, 2015
1 parent 85344ec commit 2c3908f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/api/test/functional/maintenance_test.rb
Expand Up @@ -1564,6 +1564,8 @@ def test_create_maintenance_project_and_release_packages
Suse::Backend.put( '/source/BaseDistro3/pack2/_meta?user=king', p.to_axml)
raw_put '/source/BaseDistro3/pack2/package.spec', File.open("#{Rails.root}/test/fixtures/backend/binary/package.spec").read
assert_response :success
inject_build_job('BaseDistro3', 'pack2', 'BaseDistro3_repo', 'i586', "package_newweaktags-1.0-1.x86_64.rpm")
run_scheduler('i586')
end

def test_create_invalid_patchinfo
Expand Down
2 changes: 0 additions & 2 deletions src/api/test/functional/search_controller_test.rb
Expand Up @@ -688,8 +688,6 @@ def test_find_owner
def test_search_for_binary_without_definition_yet
login_Iggy

skip("broken by a real fix in the scheduler. some other test case seems to publish different now. This test in clean env is working")

get "/search/owner?project=BaseDistro3&filter=bugowner&binary=package&limit=1"
assert_response :success
# found project container
Expand Down

0 comments on commit 2c3908f

Please sign in to comment.