NBi
NBi copied to clipboard
Ignore tests based on the underlying database engine
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>