Skip to content

Commit

Permalink
[patch] Disable Db2, ES, and Postgres DSC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
durera committed Jul 1, 2024
1 parent d82e862 commit e58404d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test_api_dsc_db2.py → test/_test_api_dsc_db2.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# http://www.eclipse.org/legal/epl-v10.html
# *****************************************************************************
#

# Disabled as we don't have a Db2 instance to test with
import uuid
from datetime import datetime
import testUtils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
# http://www.eclipse.org/legal/epl-v10.html
# *****************************************************************************

# Disabled as we don't have an Event Streams instance to test with

import uuid
from datetime import datetime
import pytest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# http://www.eclipse.org/legal/epl-v10.html
# *****************************************************************************
#

# Disabled as we don't have a Postgres instance to test with

import uuid
from datetime import datetime
import testUtils
Expand Down

0 comments on commit e58404d

Please sign in to comment.