Skip to content

Commit

Permalink
fix(tests): stop running Feature tests until Cassandra and Scylla clu…
Browse files Browse the repository at this point in the history
…sters are available

Signed-off-by: Dusan Malusev <[email protected]>
  • Loading branch information
CodeLieutenant committed Jan 26, 2025
1 parent 0391563 commit 8b0b6fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
colors="true"
>
<testsuites>
<testsuite name="Feature Test Suite">
<!-- TODO: Bring them back when Scylla and Cassandra Clusters are in oreder -->
<!-- <testsuite name="Feature Test Suite">
<directory suffix="Test.php">./Feature</directory>
</testsuite>
</testsuite> -->
<testsuite name="Unit Test Suite">
<directory suffix="Test.php">./Unit</directory>
</testsuite>
Expand Down

0 comments on commit 8b0b6fc

Please sign in to comment.