Skip to content

Commit a4343fd

Browse files
committed
that will never work.
1 parent 8826fad commit a4343fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tools/local-env/scripts/install.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,7 @@ writeFileSync( 'wp-tests-config.php', testConfig );
4040

4141
// Once the site is available, install WordPress!
4242
wait_on( {
43-
resources: [
44-
`tcp:localhost:${process.env.LOCAL_PORT}`,
45-
`tcp:mysql:3306`
46-
],
43+
resources: [ `tcp:localhost:${process.env.LOCAL_PORT}`],
4744
timeout: 3000,
4845
} )
4946
.catch( err => {

0 commit comments

Comments
 (0)