Skip to content

Commit

Permalink
Add known failures based on tests that fail
Browse files Browse the repository at this point in the history
The known failures should be added to the file so that those tests can be skipped
  • Loading branch information
danieljbruce committed Oct 4, 2023
1 parent b0be854 commit 207e0c8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion testproxy/known_failures.txt
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
TestMutateRows_Retry_ExponentialBackoff
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 207e0c8

Please sign in to comment.