Skip to content

Commit e0b0b63

Browse files
committed
MAGETWO-44730: Integration Tests Failing on Travis CI
- reducing db-prefix to less then 5
1 parent f920640 commit e0b0b63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/etc/install-config-mysql.travis.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ return [
99
'db-user' => 'travis',
1010
'db-password' => '',
1111
'db-name' => 'magento_integration_tests',
12-
'db-prefix' => 'travis_',
12+
'db-prefix' => 'trv_',
1313
'backend-frontname' => 'backend',
1414
'admin-user' => \Magento\TestFramework\Bootstrap::ADMIN_NAME,
1515
'admin-password' => \Magento\TestFramework\Bootstrap::ADMIN_PASSWORD,

0 commit comments

Comments
 (0)