Skip to content

Commit

Permalink
Revert "xds: add xds end to end interop test (#8618)" (#8656)
Browse files Browse the repository at this point in the history
This reverts commit 0000cba.
  • Loading branch information
YifeiZhuang authored and beatrausch committed Nov 4, 2021
1 parent 0cc2efc commit cdb8dc5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 671 deletions.
8 changes: 0 additions & 8 deletions interop-testing/build.gradle
Expand Up @@ -147,13 +147,6 @@ task xds_test_server(type: CreateStartScripts) {
classpath = startScripts.classpath
}

task xds_e2e_client(type: CreateStartScripts) {
mainClassName = "io.grpc.testing.integration.XdsInteropTest"
applicationName = "xds-e2e-test-client"
outputDir = new File(project.buildDir, 'tmp/scripts/' + name)
classpath = startScripts.classpath
}

applicationDistribution.into("bin") {
from(test_client)
from(test_server)
Expand All @@ -164,7 +157,6 @@ applicationDistribution.into("bin") {
from(grpclb_fallback_test_client)
from(xds_test_client)
from(xds_test_server)
from(xds_e2e_client)
fileMode = 0755
}

Expand Down

This file was deleted.

0 comments on commit cdb8dc5

Please sign in to comment.