We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The test for 3.2.x should be always green
There are always the same tests that are constantly failing
Check CircleCI build result for 3.2.x
The following tests are falling:
ERROR: test_get_arcgis_alternative_structure (geonode.services.tests.ModuleFunctionsTestCase) FAIL: test_invalid_user_cannot_access_to_page (geonode.services.tests.TestServiceViews) FAIL: test_layer_save (geonode.layers.tests.LayersTest) FAIL: test_sld_should_raise_500_if_is_invalid (geonode.layers.tests.TestUploadLayerMetadata) FAIL: test_sld_should_update_the_layer_with_the_expected_values (geonode.layers.tests.TestUploadLayerMetadata)
The text was updated successfully, but these errors were encountered:
[Fixes GeoNode#7801] Fix broken tests for 3.2.x build
0a82689
[Fixes GeoNode#7801] Fix flake8 error
e160b7b
[Fixes #7801] Tests keep faling v3.2.x (#7802)
1eb343a
* [Backport Resolves #7392] Fix upload/replace/append layer * [Fixes #7740] Fix reverse urls Fix reverse urls for get_url_for_app_model and get_url_for_model methods * Remove unused import * Fix flake8 formatting * [Fixes #7740] Reverse url fix for tests * [Fixes #7801] Fix broken tests for 3.2.x build * [Fixes #7801] Fix flake8 error
mattiagiupponi
No branches or pull requests
Expected Behavior
The test for 3.2.x should be always green
Actual Behavior
There are always the same tests that are constantly failing
Steps to Reproduce the Problem
Check CircleCI build result for 3.2.x
Specifications
Other notes
The following tests are falling:
The text was updated successfully, but these errors were encountered: