Skip to content

Commit

Permalink
Flaky tests even on main
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Nov 16, 2024
1 parent 8ccb843 commit ce0664d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/basic/kv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const KvRpcTest: Test = {
};

const KvSubscribeTest: Test = {
flaky: true,
clients: {
client: {
actions: [
Expand Down Expand Up @@ -69,6 +70,7 @@ const KvSubscribeTest: Test = {
};

const KvSubscribeErrorTest: Test = {
flaky: true,
clients: {
client: {
actions: [
Expand Down
1 change: 1 addition & 0 deletions tests/interleaving.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import type { Test } from '../src/actions';

const ComplexInterleavingAllProcedures: Test = {
unordered: true,
flaky: true,
clients: {
client: {
actions: [
Expand Down
1 change: 1 addition & 0 deletions tests/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ const MessageOrderingPreservedDuringDisconnect: Test = {
};

const BuffersWhileDisconnectedTest: Test = {
flaky: true,
clients: {
client: {
actions: [
Expand Down
1 change: 1 addition & 0 deletions tests/volume.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const ManyRpcs: Test = {
};

const ManyStreams: Test = {
flaky: true,
clients: {
client: {
actions: [
Expand Down

0 comments on commit ce0664d

Please sign in to comment.