@@ -406,54 +406,6 @@ func testDapBuildStepIn(t *testing.T, sb integration.Sandbox) {
406406 Name : `^\[stage-1 .*\] COPY .* /etc/bar` ,
407407 },
408408 },
409- // the following three steps are unintended and are the result
410- // of a bug in the debug adapter.
411- // see issue https://github.com/docker/buildx/issues/3565
412- {
413- {
414- Name : `^\[internal\] load build context` ,
415- },
416- {
417- SourceName : "Dockerfile" ,
418- Line : 3 ,
419- Name : `^\[base .*\] COPY foo` ,
420- },
421- {
422- SourceName : "Dockerfile" ,
423- Line : 7 ,
424- Name : `^\[stage-1 .*\] COPY .* /etc/bar` ,
425- },
426- },
427- // todo: this shouldn't be a stop point.
428- {
429- {
430- Name : `^\[internal\] load build context` ,
431- },
432- {
433- SourceName : "Dockerfile" ,
434- Line : 3 ,
435- Name : `^\[base .*\] COPY foo` ,
436- },
437- {
438- SourceName : "Dockerfile" ,
439- Line : 7 ,
440- Name : `^\[stage-1 .*\] COPY .* /etc/bar` ,
441- },
442- },
443- // duplicate of stop point 3 because of unintended branch
444- // associated with the build context copy.
445- {
446- {
447- SourceName : "Dockerfile" ,
448- Line : 3 ,
449- Name : `^\[base .*\] COPY foo` ,
450- },
451- {
452- SourceName : "Dockerfile" ,
453- Line : 7 ,
454- Name : `^\[stage-1 .*\] COPY .* /etc/bar` ,
455- },
456- },
457409 // stop point 4
458410 {
459411 {
0 commit comments