mirror of
https://github.com/google/nomulus
synced 2026-01-07 14:05:44 +00:00
Remove the schema jar url override for tests (#415)
* Remove the schema jar url override for tests Revert pull request 374: "Allow schema-loading from arbitrary url in tests". Pull request 403 (f48e3933f5) is a more general solution. This reverts commit68887d427f.
This commit is contained in:
@@ -716,8 +716,6 @@ task registryToolIntegrationTest {
|
||||
|
||||
// Dedicated test suite for schema-dependent tests.
|
||||
task sqlIntegrationTest(type: FilteringTest) {
|
||||
systemProperties project.getProperties().subMap('sql_schema_resource_root')
|
||||
|
||||
excludeTestCases = false
|
||||
tests = ['google/registry/schema/integration/SqlIntegrationTestSuite.*']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user