GoogleCloudPlatform / google-cloud-eclipse

Google Cloud Platform plugin for Eclipse
Apache License 2.0
86 stars 49 forks source link

Fix flakey m2e-related tests on Photon #3258

Open briandealwis opened 5 years ago

briandealwis commented 5 years ago

In trying to fix #3256 we found that com.google.cloud.tools.eclipse.integration.appengine.FlexMavenPackagedProjectStagingDelegateTest and com.google.cloud.tools.eclipse.integration.appengine.ImportMavenAppEngineStandardProjectTest were flaking on Photon, for reasons that we have not been able to figure out. These tests work fine locally.

chanseokoh commented 5 years ago

Is it possible to disable them only on Photon with Assume.assumeFalse()? We don't want to spend too much time on it though.