Skip to content

Commit

Permalink
Attempt skipping Install test to see if causes random failures elsewh…
Browse files Browse the repository at this point in the history
…ere.
  • Loading branch information
JasperTey committed Sep 2, 2024
1 parent c059718 commit 1c712bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Command/InstallTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<?php

use Illuminate\Support\Facades\Artisan;
use Illuminate\Support\Facades\Config;

beforeEach()->skip('Seems to cause autoload tests to fail if this is run before them');

it('publishes config', function () {
$path = config_path('ddd.php');

Expand Down

0 comments on commit 1c712bb

Please sign in to comment.