diff --git a/tests/TelescopeTest.php b/tests/TelescopeTest.php deleted file mode 100644 index 0b8a47ec..00000000 --- a/tests/TelescopeTest.php +++ /dev/null @@ -1,36 +0,0 @@ -markTestIncomplete(); - } - - /** @test */ - public function tags_are_not_added_on_non_tenant_routes() - { - // AppSP ones should be still added - $this->markTestIncomplete(); - } - - /** @test */ - public function tags_are_merged_with_users_tags() - { - $this->markTestIncomplete(); - } -}