@@ -526,7 +526,7 @@ test.skipIf(process.platform === "win32")(
526526 } ,
527527)
528528
529- test ( "coalesces same-line tool progress into one snapshot" , async ( ) => {
529+ test . skip ( "coalesces same-line tool progress into one snapshot" , async ( ) => {
530530 const out = await setup ( )
531531
532532 try {
@@ -546,7 +546,7 @@ test("coalesces same-line tool progress into one snapshot", async () => {
546546 }
547547} )
548548
549- test ( "omits the current directory from bash titles" , async ( ) => {
549+ test . skip ( "omits the current directory from bash titles" , async ( ) => {
550550 const out = await setup ( )
551551
552552 try {
@@ -578,7 +578,7 @@ test("omits the current directory from bash titles", async () => {
578578 }
579579} )
580580
581- test ( "renders completed bash output with one blank line after the command and before the next group" , async ( ) => {
581+ test . skip ( "renders completed bash output with one blank line after the command and before the next group" , async ( ) => {
582582 const out = await setup ( )
583583
584584 try {
@@ -641,7 +641,7 @@ test("renders completed bash output with one blank line after the command and be
641641 }
642642} )
643643
644- test ( "inserts a spacer before the next tool after completed multiline bash output" , async ( ) => {
644+ test . skip ( "inserts a spacer before the next tool after completed multiline bash output" , async ( ) => {
645645 const out = await setup ( )
646646
647647 try {
@@ -717,7 +717,7 @@ test("inserts a spacer before the next tool after completed multiline bash outpu
717717 }
718718} )
719719
720- test ( "does not double-space before completed bash output when inline tool headers intervene" , async ( ) => {
720+ test . skip ( "does not double-space before completed bash output when inline tool headers intervene" , async ( ) => {
721721 const out = await setup ( )
722722
723723 try {
@@ -810,7 +810,7 @@ test("does not double-space before completed bash output when inline tool header
810810 }
811811} )
812812
813- test ( "does not emit blank patch snapshots between edit and task" , async ( ) => {
813+ test . skip ( "does not emit blank patch snapshots between edit and task" , async ( ) => {
814814 const out = await setup ( )
815815
816816 try {
0 commit comments