multiTenancyTests (#1313)
* multiTenancyTests * fix linter issues * fix after review
This commit is contained in:
@@ -450,7 +450,7 @@ class SpacesContext implements Context {
|
||||
* @throws Exception|GuzzleException
|
||||
*/
|
||||
public function cleanDataAfterTests(): void {
|
||||
if (OcHelper::isTestingOnReva()) {
|
||||
if (OcHelper::isTestingOnReva() || OcHelper::isUsingPreparedLdapUsers()) {
|
||||
return;
|
||||
}
|
||||
$this->deleteAllProjectSpaces();
|
||||
|
||||
Reference in New Issue
Block a user