diff --git a/social_core/tests/backends/test_linkedin.py b/social_core/tests/backends/test_linkedin.py index 2ad8d4c1..b768d317 100644 --- a/social_core/tests/backends/test_linkedin.py +++ b/social_core/tests/backends/test_linkedin.py @@ -36,6 +36,10 @@ class LinkedinOpenIdConnectTest(OpenIdConnectTestMixin, OAuth2Test): } ) + def test_invalid_nonce(self): + """Skip the invalid nonce test as LinkedIn does not provide any nonce.""" + pass + class BaseLinkedinTest: user_data_url = (