Skip to content

Commit

Permalink
skip float32 test
Browse files Browse the repository at this point in the history
  • Loading branch information
alkatrivedi committed Mar 25, 2024
1 parent dccaa32 commit 69ffa96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions system-test/spanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ describe('Spanner', () => {
BytesValue BYTES( MAX),
BoolValue BOOL,
DateValue DATE,
Float32Value FLOAT32,
FloatValue FLOAT64,
IntValue INT64,
NumericValue NUMERIC,
Expand Down Expand Up @@ -423,7 +422,6 @@ describe('Spanner', () => {
BytesValue BYTES( MAX),
BoolValue BOOL,
DateValue DATE,
Float32Value FLOAT32,
FloatValue FLOAT64,
JsonValue JSON,
IntValue INT64,
Expand Down Expand Up @@ -452,7 +450,6 @@ describe('Spanner', () => {
"Key" VARCHAR NOT NULL PRIMARY KEY,
"BytesValue" BYTEA,
"BoolValue" BOOL,
"Float32Value" DOUBLE PRECISION,
"FloatValue" DOUBLE PRECISION,
"IntValue" BIGINT,
"NumericValue" NUMERIC,
Expand Down

0 comments on commit 69ffa96

Please sign in to comment.