Skip to content

Commit

Permalink
Put all the test names on one line
Browse files Browse the repository at this point in the history
By putting all the test names on one line maybe they will all be picked up to be skipped rather than just one of them.
  • Loading branch information
danieljbruce committed Oct 4, 2023
1 parent 207e0c8 commit 07c9d60
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions testproxy/known_failures.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1 @@
TestCheckAndMutateRow_Generic_Headers
TestCheckAndMutateRow_NoRetry_TransientError
TestCheckAndMutateRow_Generic_DeadlineExceeded
TestMutateRow_Generic_Headers
TestMutateRow_Generic_DeadlineExceeded
TestMutateRows_Generic_CloseClient
TestReadModifyWriteRow_Generic_Headers
TestReadModifyWriteRow_NoRetry_TransientError
TestReadModifyWriteRow_Generic_DeadlineExceeded
TestReadRow_Generic_DeadlineExceeded
TestReadRows_Retry_PausedScan
TestReadRows_Retry_StreamReset
TestCheckAndMutateRow_Generic_Headers TestCheckAndMutateRow_NoRetry_TransientError TestCheckAndMutateRow_Generic_DeadlineExceeded TestMutateRow_Generic_Headers TestMutateRow_Generic_DeadlineExceeded TestMutateRows_Generic_CloseClient TestReadModifyWriteRow_Generic_Headers TestReadModifyWriteRow_NoRetry_TransientError TestReadModifyWriteRow_Generic_DeadlineExceeded TestReadRow_Generic_DeadlineExceeded TestReadRows_Retry_PausedScan TestReadRows_Retry_StreamReset

0 comments on commit 07c9d60

Please sign in to comment.