Skip to content

Commit

Permalink
Remove test_git_clone from acceptance suite (#4312)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasadDesala authored May 19, 2021
1 parent cebe5f6 commit 3e3b473
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/e2e/workloads/test_jenkins_simulation.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pytest
import logging

from ocs_ci.framework.testlib import ManageTest, workloads, acceptance
from ocs_ci.framework.testlib import ManageTest, workloads
from ocs_ci.ocs import constants
from ocs_ci.utility import templating
from ocs_ci.ocs.resources.pod import Pod
Expand Down Expand Up @@ -37,7 +37,6 @@ class TestJenkinsSimulation(ManageTest):
Run simulation for "Jenkins" - git clone
"""

@acceptance
@workloads
def test_git_clone(self, pod):
"""
Expand Down

0 comments on commit 3e3b473

Please sign in to comment.