adding skip tag (#9200)

This commit is contained in:
Sabin Panta
2024-05-24 11:34:51 +05:45
committed by GitHub
parent 088f04eee0
commit 83374e5c65
16 changed files with 35 additions and 29 deletions
@@ -24,6 +24,7 @@ use Behat\Behat\Hook\Scope\BeforeScenarioScope;
use GuzzleHttp\Exception\GuzzleException;
use Psr\Http\Message\ResponseInterface;
use TestHelpers\GraphHelper;
use TestHelpers\OcisHelper;
use TestHelpers\WebDavHelper;
use Behat\Gherkin\Node\TableNode;
use PHPUnit\Framework\Assert;
@@ -48,6 +49,9 @@ class SharingNgContext implements Context {
* @return void
*/
public function before(BeforeScenarioScope $scope): void {
if (OcisHelper::isTestingOnReva()) {
return;
}
// Get the environment
$environment = $scope->getEnvironment();
// Get all the contexts you need in this context from here