Skip to content

Commit

Permalink
Re-disable the float attributes in all-clusters-app. (#12384)
Browse files Browse the repository at this point in the history
We apparently have CI now that tries to read all attributes, and reading these fails for now
  • Loading branch information
bzbarsky-apple authored Dec 1, 2021
1 parent fe681d9 commit 02bd2c7
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 101 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15747,7 +15747,7 @@
"code": 23,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand All @@ -15762,7 +15762,7 @@
"code": 24,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down Expand Up @@ -16392,7 +16392,7 @@
"code": 32791,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand All @@ -16407,7 +16407,7 @@
"code": 32792,
"mfgCode": null,
"side": "server",
"included": 1,
"included": 0,
"storageOption": "RAM",
"singleton": 0,
"bounded": 0,
Expand Down
Loading

0 comments on commit 02bd2c7

Please sign in to comment.