Skip to content

Commit 65356f0

Browse files
Disable E2E test impacting master pipelines. (#17762)
Co-authored-by: Kyle-Neale <kyle.neale@datadoghq.com>
1 parent f3533fe commit 65356f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oracle/tests/test_e2e.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747

4848

4949
@pytest.mark.e2e
50+
@pytest.mark.skip(reason="Test disabled due to DBMON-4147")
5051
def test_check(dd_agent_check):
5152
aggregator = dd_agent_check()
5253
for metric in METRICS:

0 commit comments

Comments
 (0)