From f76be64e5db2e7a3cc8d41b9055a7aa63c5f52b5 Mon Sep 17 00:00:00 2001 From: John Luo Date: Mon, 10 Jun 2019 14:35:27 -0700 Subject: [PATCH] Only run selenium tests when build java is specified (#11018) --- src/Shared/E2ETesting/E2ETesting.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/E2ETesting/E2ETesting.props b/src/Shared/E2ETesting/E2ETesting.props index 5231b25072..f7affc8264 100644 --- a/src/Shared/E2ETesting/E2ETesting.props +++ b/src/Shared/E2ETesting/E2ETesting.props @@ -3,7 +3,7 @@ <_DefaultProjectFilter>$(MSBuildProjectDirectory)\..\.. $(DefaultItemExcludes);node_modules\** $([MSBuild]::EnsureTrailingSlash('$(RepoRoot)'))obj\selenium\ - true + true true