It depends on what your aaa statement looks like.
If you have the following:
aaa authentication dot1x default group radius
Authentication will fail completely if radius is down.
If you do something like:
aaa authentication dot1x default group radius none
Authentication will be tried first with radius if it is unavailable, the user is still allowed access because the last entry in your default list was none, referring to don't use any authentication.