-
Notifications
You must be signed in to change notification settings - Fork 9.8k
[google_sign_in] remove execute bit from a lot of files #3848
Conversation
@@ -2,8 +2,6 @@ | |||
// Use of this source code is governed by a BSD-style license that can be | |||
// found in the LICENSE file. | |||
|
|||
// @dart = 2.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How is this passing tests? integration_test isn't null safe on stable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤷 – is CI running on stable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is passing tests, because the integration tests are not running for this package.
The location of the test file is not standard (it should live inside: google_sign_in/google_sign_in/example/...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd revert the @Dart=2.9 for now, until the tests are fully migrated, running and supported in stable.
@@ -2,8 +2,6 @@ | |||
// Use of this source code is governed by a BSD-style license that can be | |||
// found in the LICENSE file. | |||
|
|||
// @dart = 2.9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is passing tests, because the integration tests are not running for this package.
The location of the test file is not standard (it should live inside: google_sign_in/google_sign_in/example/...)
ack |
* Add missing integration_test dev dependency * Remove execute bit from many files
PTAL! |
efe3e9c
to
cb0fc49
Compare
Are the windows bots just flaky? |
@kevmoo I've seen them fail in flutter/engine today too, not entirely sure how bad it is. |
I think this is generally good, but happy to drop it. I need to get some other content going RE documentation here. |
@kevmoo we're just waiting for the testing infra to recover to merge. |
should I rebase? |
@kevmoo no need, I think these builds are getting retried without much manual intervention (?) https://ci.chromium.org/ui/p/flutter/builders/try/Windows%20Plugins/4026/related-builds |
I believe Windows desktop builds specifically are still broken, due to the way they changed images to solve the wider issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the cleanup; I wonder how they ended up this way.
No description provided.