NBi icon indicating copy to clipboard operation
NBi copied to clipboard

Ignore tests based on the underlying database engine

Open Seddryck opened this issue 2 years ago • 0 comments

It should be possible to define a condition that a test should be ignored if a specific database engine is the target of the system-under-test.

<condition>
   <source>
      <database not="true" type="postgresql" />
      <database not="true" type="cockroach" /> 
   </source>
</condition>

Seddryck avatar Dec 04 '22 11:12 Seddryck