mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02: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:
parent
94b31b1ceb
commit
625761c514
3 changed files with 1 additions and 113 deletions
|
@ -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.*']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue