Skip to content

Commit 8fb48f2

Browse files
Bump testdata/specifications from 62028fd to 2a6fa82 (#2406)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matt Dale <9760375+matthewdale@users.noreply.github.com>
1 parent f1b3e63 commit 8fb48f2

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

internal/spectest/skip.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,14 @@ var skipTests = map[string][]string{
804804
"TestUnifiedSpec/transactions/tests/unified/transaction-options.json/startTransaction_options_override_defaults",
805805
"TestUnifiedSpec/transactions/tests/unified/transaction-options.json/defaultTransactionOptions_override_client_options",
806806
},
807+
808+
// TODO(GODRIVER-3874): Send afterClusterTime on writes in
809+
// causally-consistent sessions.
810+
"Send afterClusterTime on writes in causally-consistent sessions (GODRIVER-3874)": {
811+
"TestUnifiedSpec/transactions/tests/unified/commit.json/reset_session_state_commit",
812+
"TestUnifiedSpec/transactions/tests/unified/commit.json/reset_session_state_abort",
813+
"TestUnifiedSpec/transactions/tests/unified/retryable-writes.json/increment_txnNumber",
814+
},
807815
}
808816

809817
// CheckSkip checks if the fully-qualified test name matches a list of skipped test names for a given reason.

testdata/specifications

Submodule specifications updated 33 files

0 commit comments

Comments
 (0)