Skip to content

Commit 0bd2ddf

Browse files
committed
Disable Test - Execute Command DCL execution verifiction (Oracle)
1 parent c9c890a commit 0bd2ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QueryDB.Core.Tests/OracleTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ public void Test_Oracle_ExecuteCommand_DML_Unsupported_SELECT_Queries()
407407
}
408408

409409
[TestMethod]
410-
[TestCategory(DB_TESTS), TestCategory(ORACLE_TESTS)]
410+
[TestCategory(ORACLE_TESTS), TestCategory(ORACLE_TESTS)]
411411
public void Test_Oracle_ExecuteCommand_DCL_Queries()
412412
{
413413
var user = "C##TEST_USER";

0 commit comments

Comments
 (0)