Skip to content

Ignore tests based on the underlying database engine #703

@Seddryck

Description

@Seddryck

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>

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions