You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please make sure that this is a bug. As per our GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
Docker CI image (gcr.io/learnjs-174218/release) on Google Cloud Build running presubmits for #6390.
Describe the current behavior
From #6390, which fixed several tests not being run, it was discovered that tfjs-react-native unit tests are failing on GCP. See presubmits for #6390 for the error message.
To quickly merge #6390, which fixes #6384, tfjs-react-native was removed from scripts/package_dependencies.json. These tests were not running before #6390 due to #6384, and should be added back once they are passing. Describe the expected behavior
tfjs-react-native unit tests pass on GCP.
Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template
System information
Docker CI image (gcr.io/learnjs-174218/release) on Google Cloud Build running presubmits for #6390.
Describe the current behavior
From #6390, which fixed several tests not being run, it was discovered that tfjs-react-native unit tests are failing on GCP. See presubmits for #6390 for the error message.
To quickly merge #6390, which fixes #6384, tfjs-react-native was removed from
scripts/package_dependencies.json
. These tests were not running before #6390 due to #6384, and should be added back once they are passing.Describe the expected behavior
tfjs-react-native unit tests pass on GCP.
Standalone code to reproduce the issue
Add tfjs-react-native to
scripts/package_dependencies.json
and run presubmits.Other info / logs
presubmits for #6390.
The text was updated successfully, but these errors were encountered: