Skip to content

Commit b90359d

Browse files
authored
Delete flaky flutter_gallery XCUITest (#103935)
1 parent d3cac62 commit b90359d

5 files changed

Lines changed: 2 additions & 237 deletions

File tree

dev/devicelab/bin/tasks/native_ui_tests_ios.dart

Lines changed: 0 additions & 49 deletions
This file was deleted.

dev/integration_tests/flutter_gallery/ios/GalleryUITests/GalleryUITests.m

Lines changed: 0 additions & 26 deletions
This file was deleted.

dev/integration_tests/flutter_gallery/ios/GalleryUITests/Info.plist

Lines changed: 0 additions & 22 deletions
This file was deleted.

dev/integration_tests/flutter_gallery/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 2 additions & 130 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
archiveVersion = 1;
44
classes = {
55
};
6-
objectVersion = 50;
6+
objectVersion = 46;
77
objects = {
88

99
/* Begin PBXBuildFile section */
@@ -15,19 +15,8 @@
1515
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
1616
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
1717
AA1F617779EAA28FB12EC66E /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C77CA0BBC4B57129484236F4 /* libPods-Runner.a */; };
18-
F7C2268825DCA70C00389C82 /* GalleryUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = F7C2268725DCA70C00389C82 /* GalleryUITests.m */; };
1918
/* End PBXBuildFile section */
2019

21-
/* Begin PBXContainerItemProxy section */
22-
F7C2268A25DCA70C00389C82 /* PBXContainerItemProxy */ = {
23-
isa = PBXContainerItemProxy;
24-
containerPortal = 97C146E61CF9000F007C117D /* Project object */;
25-
proxyType = 1;
26-
remoteGlobalIDString = 97C146ED1CF9000F007C117D;
27-
remoteInfo = Runner;
28-
};
29-
/* End PBXContainerItemProxy section */
30-
3120
/* Begin PBXCopyFilesBuildPhase section */
3221
9705A1C41CF9048500538489 /* Embed Frameworks */ = {
3322
isa = PBXCopyFilesBuildPhase;
@@ -60,9 +49,6 @@
6049
C77CA0BBC4B57129484236F4 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
6150
DC01738FBE39EADD5AC4BF42 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
6251
ECF490DDAB8ABCEEFB1780BE /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
63-
F7C2268525DCA70C00389C82 /* GalleryUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GalleryUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
64-
F7C2268725DCA70C00389C82 /* GalleryUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GalleryUITests.m; sourceTree = "<group>"; };
65-
F7C2268925DCA70C00389C82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
6652
/* End PBXFileReference section */
6753

6854
/* Begin PBXFrameworksBuildPhase section */
@@ -74,13 +60,6 @@
7460
);
7561
runOnlyForDeploymentPostprocessing = 0;
7662
};
77-
F7C2268225DCA70C00389C82 /* Frameworks */ = {
78-
isa = PBXFrameworksBuildPhase;
79-
buildActionMask = 2147483647;
80-
files = (
81-
);
82-
runOnlyForDeploymentPostprocessing = 0;
83-
};
8463
/* End PBXFrameworksBuildPhase section */
8564

8665
/* Begin PBXGroup section */
@@ -100,7 +79,6 @@
10079
children = (
10180
9740EEB11CF90186004384FC /* Flutter */,
10281
97C146F01CF9000F007C117D /* Runner */,
103-
F7C2268625DCA70C00389C82 /* GalleryUITests */,
10482
97C146EF1CF9000F007C117D /* Products */,
10583
CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
10684
E54E8B7296D73DD9B2385312 /* Pods */,
@@ -111,7 +89,6 @@
11189
isa = PBXGroup;
11290
children = (
11391
97C146EE1CF9000F007C117D /* Flutter Gallery.app */,
114-
F7C2268525DCA70C00389C82 /* GalleryUITests.xctest */,
11592
);
11693
name = Products;
11794
sourceTree = "<group>";
@@ -158,15 +135,6 @@
158135
name = Pods;
159136
sourceTree = "<group>";
160137
};
161-
F7C2268625DCA70C00389C82 /* GalleryUITests */ = {
162-
isa = PBXGroup;
163-
children = (
164-
F7C2268725DCA70C00389C82 /* GalleryUITests.m */,
165-
F7C2268925DCA70C00389C82 /* Info.plist */,
166-
);
167-
path = GalleryUITests;
168-
sourceTree = "<group>";
169-
};
170138
/* End PBXGroup section */
171139

172140
/* Begin PBXNativeTarget section */
@@ -191,24 +159,6 @@
191159
productReference = 97C146EE1CF9000F007C117D /* Flutter Gallery.app */;
192160
productType = "com.apple.product-type.application";
193161
};
194-
F7C2268425DCA70C00389C82 /* GalleryUITests */ = {
195-
isa = PBXNativeTarget;
196-
buildConfigurationList = F7C2268F25DCA70C00389C82 /* Build configuration list for PBXNativeTarget "GalleryUITests" */;
197-
buildPhases = (
198-
F7C2268125DCA70C00389C82 /* Sources */,
199-
F7C2268225DCA70C00389C82 /* Frameworks */,
200-
F7C2268325DCA70C00389C82 /* Resources */,
201-
);
202-
buildRules = (
203-
);
204-
dependencies = (
205-
F7C2268B25DCA70C00389C82 /* PBXTargetDependency */,
206-
);
207-
name = GalleryUITests;
208-
productName = GalleryUITests;
209-
productReference = F7C2268525DCA70C00389C82 /* GalleryUITests.xctest */;
210-
productType = "com.apple.product-type.bundle.ui-testing";
211-
};
212162
/* End PBXNativeTarget section */
213163

214164
/* Begin PBXProject section */
@@ -221,11 +171,6 @@
221171
97C146ED1CF9000F007C117D = {
222172
CreatedOnToolsVersion = 7.3.1;
223173
};
224-
F7C2268425DCA70C00389C82 = {
225-
CreatedOnToolsVersion = 12.4;
226-
ProvisioningStyle = Automatic;
227-
TestTargetID = 97C146ED1CF9000F007C117D;
228-
};
229174
};
230175
};
231176
buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
@@ -242,7 +187,6 @@
242187
projectRoot = "";
243188
targets = (
244189
97C146ED1CF9000F007C117D /* Runner */,
245-
F7C2268425DCA70C00389C82 /* GalleryUITests */,
246190
);
247191
};
248192
/* End PBXProject section */
@@ -259,13 +203,6 @@
259203
);
260204
runOnlyForDeploymentPostprocessing = 0;
261205
};
262-
F7C2268325DCA70C00389C82 /* Resources */ = {
263-
isa = PBXResourcesBuildPhase;
264-
buildActionMask = 2147483647;
265-
files = (
266-
);
267-
runOnlyForDeploymentPostprocessing = 0;
268-
};
269206
/* End PBXResourcesBuildPhase section */
270207

271208
/* Begin PBXShellScriptBuildPhase section */
@@ -313,7 +250,7 @@
313250
);
314251
runOnlyForDeploymentPostprocessing = 0;
315252
shellPath = /bin/sh;
316-
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
253+
shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n";
317254
};
318255
/* End PBXShellScriptBuildPhase section */
319256

@@ -328,24 +265,8 @@
328265
);
329266
runOnlyForDeploymentPostprocessing = 0;
330267
};
331-
F7C2268125DCA70C00389C82 /* Sources */ = {
332-
isa = PBXSourcesBuildPhase;
333-
buildActionMask = 2147483647;
334-
files = (
335-
F7C2268825DCA70C00389C82 /* GalleryUITests.m in Sources */,
336-
);
337-
runOnlyForDeploymentPostprocessing = 0;
338-
};
339268
/* End PBXSourcesBuildPhase section */
340269

341-
/* Begin PBXTargetDependency section */
342-
F7C2268B25DCA70C00389C82 /* PBXTargetDependency */ = {
343-
isa = PBXTargetDependency;
344-
target = 97C146ED1CF9000F007C117D /* Runner */;
345-
targetProxy = F7C2268A25DCA70C00389C82 /* PBXContainerItemProxy */;
346-
};
347-
/* End PBXTargetDependency section */
348-
349270
/* Begin PBXVariantGroup section */
350271
97C146FA1CF9000F007C117D /* Main.storyboard */ = {
351272
isa = PBXVariantGroup;
@@ -558,45 +479,6 @@
558479
};
559480
name = Release;
560481
};
561-
F7C2268C25DCA70C00389C82 /* Debug */ = {
562-
isa = XCBuildConfiguration;
563-
buildSettings = {
564-
INFOPLIST_FILE = GalleryUITests/Info.plist;
565-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
566-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
567-
MTL_FAST_MATH = YES;
568-
PRODUCT_BUNDLE_IDENTIFIER = com.flutterio.GalleryUITests;
569-
PRODUCT_NAME = "$(TARGET_NAME)";
570-
TEST_TARGET_NAME = Runner;
571-
};
572-
name = Debug;
573-
};
574-
F7C2268D25DCA70C00389C82 /* Release */ = {
575-
isa = XCBuildConfiguration;
576-
buildSettings = {
577-
INFOPLIST_FILE = GalleryUITests/Info.plist;
578-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
579-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
580-
MTL_FAST_MATH = YES;
581-
PRODUCT_BUNDLE_IDENTIFIER = com.flutterio.GalleryUITests;
582-
PRODUCT_NAME = "$(TARGET_NAME)";
583-
TEST_TARGET_NAME = Runner;
584-
};
585-
name = Release;
586-
};
587-
F7C2268E25DCA70C00389C82 /* Profile */ = {
588-
isa = XCBuildConfiguration;
589-
buildSettings = {
590-
INFOPLIST_FILE = GalleryUITests/Info.plist;
591-
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
592-
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
593-
MTL_FAST_MATH = YES;
594-
PRODUCT_BUNDLE_IDENTIFIER = com.flutterio.GalleryUITests;
595-
PRODUCT_NAME = "$(TARGET_NAME)";
596-
TEST_TARGET_NAME = Runner;
597-
};
598-
name = Profile;
599-
};
600482
/* End XCBuildConfiguration section */
601483

602484
/* Begin XCConfigurationList section */
@@ -620,16 +502,6 @@
620502
defaultConfigurationIsVisible = 0;
621503
defaultConfigurationName = Release;
622504
};
623-
F7C2268F25DCA70C00389C82 /* Build configuration list for PBXNativeTarget "GalleryUITests" */ = {
624-
isa = XCConfigurationList;
625-
buildConfigurations = (
626-
F7C2268C25DCA70C00389C82 /* Debug */,
627-
F7C2268D25DCA70C00389C82 /* Release */,
628-
F7C2268E25DCA70C00389C82 /* Profile */,
629-
);
630-
defaultConfigurationIsVisible = 0;
631-
defaultConfigurationName = Release;
632-
};
633505
/* End XCConfigurationList section */
634506
};
635507
rootObject = 97C146E61CF9000F007C117D /* Project object */;

dev/integration_tests/flutter_gallery/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@
3737
</BuildableReference>
3838
</MacroExpansion>
3939
<Testables>
40-
<TestableReference
41-
skipped = "NO">
42-
<BuildableReference
43-
BuildableIdentifier = "primary"
44-
BlueprintIdentifier = "F7C2268425DCA70C00389C82"
45-
BuildableName = "GalleryUITests.xctest"
46-
BlueprintName = "GalleryUITests"
47-
ReferencedContainer = "container:Runner.xcodeproj">
48-
</BuildableReference>
49-
</TestableReference>
5040
</Testables>
5141
</TestAction>
5242
<LaunchAction

0 commit comments

Comments
 (0)