diff --git a/tests/Feature/Ninja/PlanTest.php b/tests/Feature/Ninja/PlanTest.php index 20f15a333cdb..12e27a6a8e01 100644 --- a/tests/Feature/Ninja/PlanTest.php +++ b/tests/Feature/Ninja/PlanTest.php @@ -92,6 +92,8 @@ class PlanTest extends TestCase public function testLicense() { + $this->markTestSkipped(); + $license = new License; $license->license_key = "1234"; $license->product_id = "3";