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

Allow network framework tests to be skipped when no user interaction #1602

Merged
merged 1 commit into from
May 26, 2023

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented May 26, 2023

Motivation:

The network framework tests require user interaction on their first run. This is not possible in CI so skip the tests in those situations.

Modifications:

  • Allow network framework tests to be skipped if import the pkcs12 bundle fails with 'errSecInteractionNotAllowed'.

Result:

Fewer test failures.

Motivation:

The network framework tests require user interaction on their first run.
This is not possible in CI so skip the tests in those situations.

Modifications:

- Allow network framework tests to be skipped if import the pkcs12
  bundle fails with 'errSecInteractionNotAllowed'.

Result:

Fewer test failures.
@glbrntt glbrntt added the semver/none No version bump required. label May 26, 2023
@glbrntt glbrntt requested a review from Lukasa May 26, 2023 09:32
@Lukasa Lukasa merged commit 345dd6e into grpc:main May 26, 2023
@glbrntt glbrntt deleted the gb-allow-nwfw-tests-to-be-skipped branch May 26, 2023 10:54
WendellXY pushed a commit to sundayfun/grpc-swift that referenced this pull request Aug 24, 2023
…rpc#1602)

Motivation:

The network framework tests require user interaction on their first run.
This is not possible in CI so skip the tests in those situations.

Modifications:

- Allow network framework tests to be skipped if import the pkcs12
  bundle fails with 'errSecInteractionNotAllowed'.

Result:

Fewer test failures.
pinlin168 pushed a commit to sundayfun/grpc-swift that referenced this pull request Aug 24, 2023
…rpc#1602)

Motivation:

The network framework tests require user interaction on their first run.
This is not possible in CI so skip the tests in those situations.

Modifications:

- Allow network framework tests to be skipped if import the pkcs12
  bundle fails with 'errSecInteractionNotAllowed'.

Result:

Fewer test failures.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants