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 commit 68887d427f.
This commit is contained in:
Weimin Yu 2019-12-17 11:24:20 -05:00 committed by GitHub
parent 94b31b1ceb
commit 625761c514
3 changed files with 1 additions and 113 deletions

View file

@ -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.*']
}