Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Run integration test once again on temporary failure #497

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

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

swift-kim
Copy link
Member

@swift-kim swift-kim commented Dec 12, 2022

Tests may temporarily fail for unknown reason on a self-hosted runner. Try again by passing the verbose (-v) option so that the false alarm does not disrupt the subsequent (release) workflow.

@github-actions github-actions bot added the tools label Dec 12, 2022
if (!isConnected) {
return PackageResult.fail(
<String>['Device $name ($profile) is not connected.']);
}

final io.Process process = await _processRunner.start(
'flutter-tizen',
<String>['-d', serial!, 'test', 'integration_test'],
<String>[
if (debug) '-v',
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temporarily added for debugging purpose. May be removed in the future.

@swift-kim swift-kim changed the title Run integration test once again on unexpected failure Run integration test once again on temporary failure Dec 12, 2022
@swift-kim swift-kim merged commit fa24af4 into flutter-tizen:master Dec 13, 2022
@swift-kim swift-kim mentioned this pull request Dec 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants