This repository was archived by the owner on May 10, 2021. It is now read-only.
Commit cd8e99a
committed
Fix cypress:local: Skip test for cache control header
The cache control header in netlify dev does not include "public" for
static assets. This is unlike netlify.app. We should probably set
headers in a _headers file as suggested by:
#110
For now, we simply skip the test when running the Cypress tests locally.1 parent 818cb91 commit cd8e99a
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| |||
0 commit comments