Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-datadog committed Jul 5, 2024
1 parent 1f7fe9c commit 5d4a061
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
description: "Arguments to pass to pytest"
required: false
type: string
default: "-m flaky"
default: ""

jobs:
compute-matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
uses: ./.github/workflows/pr-test.yml
with:
repo: core
pytest-args: '-m flaky'
secrets: inherit
4 changes: 0 additions & 4 deletions activemq_xml/datadog_checks/activemq_xml/activemq_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@


class ActiveMQXML(AgentCheck):
"""
Dummy doc string to trigger tests
"""

def check(self, _):
url = self.instance.get("url")
custom_tags = self.instance.get('tags', [])
Expand Down
1 change: 0 additions & 1 deletion postgres/tests/test_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
pytestmark = pytest.mark.unit


@pytest.mark.flaky
def test_get_instance_metrics_lt_92(integration_check, pg_instance):
"""
check output when 9.2+
Expand Down
4 changes: 0 additions & 4 deletions sqlserver/datadog_checks/sqlserver/sqlserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@


class SQLServer(AgentCheck):
"""
Dummy docstring to trigger tests
"""

__NAMESPACE__ = "sqlserver"

def __init__(self, name, init_config, instances):
Expand Down

0 comments on commit 5d4a061

Please sign in to comment.