Skip to content

Commit

Permalink
Unmute tests fixed (#2361)
Browse files Browse the repository at this point in the history
* unmute tests already fixed
  • Loading branch information
manrodrigues authored May 9, 2023
1 parent 52234c7 commit 5825100
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
3 changes: 1 addition & 2 deletions python-test/features/agentGroups.feature
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ Feature: agent groups creation
And the container logs contain the message "completed RPC subscription to group" referred to each matching group within 30 seconds


# @smoke
@MUTE
@smoke
Scenario: Edit Agent Group tags (tags informed but empty)
Given the Orb user has a registered account
And the Orb user logs in
Expand Down
2 changes: 1 addition & 1 deletion python-test/features/policiesUI.feature
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@policies_ui @AUTORETRY
Feature: Create policies using orb ui

@MUTE
@smoke_ui
Scenario: Create policy with tap pcap and handler dns through wizard editor
Given that the Orb user logs in Orb UI
And that an agent with 1 orb tag(s) already exists and is online
Expand Down
7 changes: 3 additions & 4 deletions python-test/features/sinks.feature
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
@sinks @AUTORETRY
Feature: sink creation

# @smoke
@MUTE
@smoke
Scenario: Create Sink using Prometheus
Given that the user has the prometheus/grafana credentials
And the Orb user has a registered account
And the Orb user logs in
When a new sink is created
Then referred sink must have new state on response within 30 seconds
Then referred sink must have unknown state on response within 30 seconds


@smoke @sanity
Expand All @@ -20,7 +19,7 @@ Scenario: Create sink with name conflict
When a new sink is is requested to be created with the same name as an existent one
Then the error message on response is failed to create Sink

@MUTE
@sanity
Scenario: Edit sink using an already existent name (conflict)
Given that the user has the prometheus/grafana credentials
And the Orb user has a registered account
Expand Down

0 comments on commit 5825100

Please sign in to comment.