diff options
Diffstat (limited to 'test/requirements.py')
-rw-r--r-- | test/requirements.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/requirements.py b/test/requirements.py index cf9168f5a..50c9f4ad0 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -786,7 +786,9 @@ class DefaultRequirements(SuiteRequirements): """target database can persist/return an empty string with an unbounded text.""" - return exclusions.open() + return fails_if( + ["oracle"], "oracle converts empty strings to a blank space" + ) @property def expressions_against_unbounded_text(self): |