Skip to content

Commit 3e9f91a

Browse files
authored
Enable some sqlite3 tests (#1488)
* Enable some sqlite3 tests * Fix failures * Disable test on .NET Core 2.1
1 parent c7d0377 commit 3e9f91a

3 files changed

Lines changed: 288 additions & 2 deletions

File tree

Src/IronPythonTest/Cases/IronPythonCasesManifest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ Arguments=-X:CompilationThreshold 0 "$(TEST_FILE)" # ensure CompilationThreshold
8989
[IronPython.test_socket_stdlib]
9090
RunCondition=NOT $(IS_MONO) # TODO: figure out
9191

92+
[IronPython.test_sqlite3_stdlib]
93+
IsolationLevel=PROCESS
94+
RunCondition=NOT $(IS_OSX) # https://github.com/IronLanguages/ironpython3/issues/1483
95+
9296
[IronPython.test_stdconsole]
9397
Timeout=600000 # 10 minute timeout
9498

0 commit comments

Comments
 (0)