You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.equal(featureNameInstanceCountInRerunOfBuildCommandLogs,1,'because a cached build prints features being installed in the image once at the start of the build when they are being resolved');
119
+
assert.equal(featureNameInstanceCountInBuildWithNoCache,2,'because a non-cached build prints the features being installed in the image twice. Once at the start of the build when resolving the image, then again when installing the features in the image.');
120
+
}
121
+
});
122
+
});
123
+
67
124
it('should fail with "not found" error when config is not found',async()=>{
0 commit comments