N°5608 - Revert "authent-local" test suite to its original rank as it is crashing the CI 🤔

This commit is contained in:
Molkobain
2022-10-13 14:31:53 +02:00
parent c06cbfd4a9
commit a3e309acb5

View File

@@ -34,12 +34,13 @@
<testsuite name="Core">
<directory>tests/core</directory>
</testsuite>
<testsuite name="Integration">
<directory>integration</directory>
</testsuite>
<!-- Important: For now this suite must be here and not with the other core module suites or it will crash the CI -->
<testsuite name="Authent-local">
<directory>tests/datamodels/2.x/authent-local</directory>
</testsuite>
<testsuite name="Integration">
<directory>integration</directory>
</testsuite>
<testsuite name="Itop-Config">
<directory>tests/datamodels/2.x/itop-config</directory>
</testsuite>