Skip to content

Commit e067cf6

Browse files
committed
Remove invalid tests
PackageMigratorIntegrationTests no longer works because we no longer have a valid registry to migrate to.
1 parent 784ad30 commit e067cf6

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

build.gradle

-17
Original file line numberDiff line numberDiff line change
@@ -1950,23 +1950,6 @@ createUnityIntegrationTest(
19501950
new File("Google.PackageManagerClientIntegrationTests.dll.mdb")],
19511951
null, [])
19521952

1953-
createUnityIntegrationTest(
1954-
"testPackageMigratorIntegrationTests",
1955-
("Imports the plugin into a Unity project and uses the Package Migrator " +
1956-
"list packages that can be migrated and self migrate EDM to UPM. "),
1957-
[compilePackageManagerResolver],
1958-
"PackageMigratorIntegrationTests",
1959-
fileTree(new File(new File(new File(project.ext.pluginSourceDir,
1960-
"PackageManagerResolver"), "test"),
1961-
"PackageMigratorIntegrationTests")),
1962-
[new File("Google.PackageMigratorIntegrationTests.dll"),
1963-
new File("Google.PackageMigratorIntegrationTests.dll.mdb")],
1964-
new File(
1965-
project.ext.scriptDirectory,
1966-
"source/PackageManagerResolver/test/" +
1967-
"PackageMigratorIntegrationTestsUnityProject"),
1968-
[])
1969-
19701953
task cleanTests(type: Delete) {
19711954
description "Clean test directories."
19721955
delete project.ext.testDir

0 commit comments

Comments
 (0)