Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to execute behat-pantheon tests #5

Open
andyg5000 opened this issue Apr 26, 2016 · 2 comments
Open

Unable to execute behat-pantheon tests #5

andyg5000 opened this issue Apr 26, 2016 · 2 comments

Comments

@andyg5000
Copy link

I've verified that base_url and drush alias settings in behat-pantheon.yml are correct and that the drush alias on circle-ci is working. However, I keep getting Given I am logged in as a user with the "administrator" role.

I've followed suggestions in https://www.drupal.org/node/2023625, but still can't get this to work.

I'm attempting to access a default Drupal 7 install on pantheon dev.

@andyg5000
Copy link
Author

Warning: strtotime(): It is not safe to rely on the system's timezone settings. Was causing the tests to fail. Will figure out the best way to set timezone on circle-ci php.ini and report back!

andyg5000 added a commit to blueoakinteractive/example-drupal7-circle-composer that referenced this issue Apr 26, 2016
andyg5000 added a commit to blueoakinteractive/example-drupal7-circle-composer that referenced this issue Apr 26, 2016
@andyg5000 andyg5000 reopened this Apr 26, 2016
@andyg5000
Copy link
Author

andyg5000 commented Apr 26, 2016

I'm unable to get the circle ci tests for this repo to pass #7

In my forked project this works by adding the following to my circle.yml

dependencies: pre: - echo "date.timezone = America/New_York" > /opt/circleci/php/$(phpenv global)/etc/conf.d/timezone.ini

Neither path listed in the following issue I created works with this repo's tests.
circleci/circleci-docs#98

The only difference that I'm aware of is that I'm running php 5.6.18 in my circle.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant